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