Package org.openapitools.client.models
Class NotificationSettingsRequest
-
- All Implemented Interfaces:
public final class NotificationSettingsRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final EventNotificationSettingsRequestcallLiveStartedprivate final EventNotificationSettingsRequestcallNotificationprivate final EventNotificationSettingsRequestcallRingprivate final Booleanenabledprivate final EventNotificationSettingsRequestsessionStarted
-
Constructor Summary
Constructors Constructor Description NotificationSettingsRequest(EventNotificationSettingsRequest callLiveStarted, EventNotificationSettingsRequest callNotification, EventNotificationSettingsRequest callRing, Boolean enabled, EventNotificationSettingsRequest sessionStarted)
-
Method Summary
Modifier and Type Method Description final EventNotificationSettingsRequestgetCallLiveStarted()final EventNotificationSettingsRequestgetCallNotification()final EventNotificationSettingsRequestgetCallRing()final BooleangetEnabled()final EventNotificationSettingsRequestgetSessionStarted()-
-
Constructor Detail
-
NotificationSettingsRequest
NotificationSettingsRequest(EventNotificationSettingsRequest callLiveStarted, EventNotificationSettingsRequest callNotification, EventNotificationSettingsRequest callRing, Boolean enabled, EventNotificationSettingsRequest sessionStarted)
-
-
Method Detail
-
getCallLiveStarted
final EventNotificationSettingsRequest getCallLiveStarted()
-
getCallNotification
final EventNotificationSettingsRequest getCallNotification()
-
getCallRing
final EventNotificationSettingsRequest getCallRing()
-
getEnabled
final Boolean getEnabled()
-
getSessionStarted
final EventNotificationSettingsRequest getSessionStarted()
-
-
-
-