Interface BookingOptions.Builder

  • Method Details

    • autoAcceptRequests

      BookingOptions.Builder autoAcceptRequests(Boolean autoAcceptRequests)

      The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.

      Parameters:
      autoAcceptRequests - The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoDeclineRecurringRequests

      BookingOptions.Builder autoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)

      The resource's ability to automatically decline any recurring requests.

      Parameters:
      autoDeclineRecurringRequests - The resource's ability to automatically decline any recurring requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoDeclineConflictingRequests

      BookingOptions.Builder autoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)

      The resource's ability to automatically decline any conflicting requests.

      Parameters:
      autoDeclineConflictingRequests - The resource's ability to automatically decline any conflicting requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.