Package org.openapitools.client.models
Class UpdateCallRequest
-
- All Implemented Interfaces:
public final class UpdateCallRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Object>customprivate final CallSettingsRequestsettingsOverrideprivate final OffsetDateTimestartsAt
-
Constructor Summary
Constructors Constructor Description UpdateCallRequest(Map<String, Object> custom, CallSettingsRequest settingsOverride, OffsetDateTime startsAt)
-
Method Summary
Modifier and Type Method Description final Map<String, Object>getCustom()final CallSettingsRequestgetSettingsOverride()final OffsetDateTimegetStartsAt()-
-
Constructor Detail
-
UpdateCallRequest
UpdateCallRequest(Map<String, Object> custom, CallSettingsRequest settingsOverride, OffsetDateTime startsAt)
- Parameters:
custom- Custom data for this objectstartsAt- the time the call is scheduled to start
-
-
Method Detail
-
getSettingsOverride
final CallSettingsRequest getSettingsOverride()
-
getStartsAt
final OffsetDateTime getStartsAt()
-
-
-
-