public static interface InstantBooking.Builder extends SdkPojo, CopyableBuilder<InstantBooking.Builder,InstantBooking>
| Modifier and Type | Method and Description |
|---|---|
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.
|
InstantBooking.Builder |
enabled(Boolean enabled)
Whether instant booking is enabled or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstantBooking.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.
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.InstantBooking.Builder enabled(Boolean enabled)
Whether instant booking is enabled or not.
enabled - Whether instant booking is enabled or not.Copyright © 2021. All rights reserved.