Interface InstantBooking.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InstantBooking.Builder,InstantBooking>, SdkBuilder<InstantBooking.Builder,InstantBooking>, SdkPojo
Enclosing class:
InstantBooking

public static interface InstantBooking.Builder extends SdkPojo, CopyableBuilder<InstantBooking.Builder,InstantBooking>
  • Method Details

    • durationInMinutes

      InstantBooking.Builder durationInMinutes(Integer durationInMinutes)

      Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.

      Parameters:
      durationInMinutes - Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      InstantBooking.Builder enabled(Boolean enabled)

      Whether instant booking is enabled or not.

      Parameters:
      enabled - Whether instant booking is enabled or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.