Package org.openapitools.client.models
Class NotificationSettings
-
- All Implemented Interfaces:
public final class NotificationSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final EventNotificationSettingscallLiveStartedprivate final EventNotificationSettingscallNotificationprivate final EventNotificationSettingscallRingprivate final Booleanenabledprivate final EventNotificationSettingssessionStarted
-
Constructor Summary
Constructors Constructor Description NotificationSettings(EventNotificationSettings callLiveStarted, EventNotificationSettings callNotification, EventNotificationSettings callRing, Boolean enabled, EventNotificationSettings sessionStarted)
-
Method Summary
Modifier and Type Method Description final EventNotificationSettingsgetCallLiveStarted()final EventNotificationSettingsgetCallNotification()final EventNotificationSettingsgetCallRing()final BooleangetEnabled()final EventNotificationSettingsgetSessionStarted()-
-
Constructor Detail
-
NotificationSettings
NotificationSettings(EventNotificationSettings callLiveStarted, EventNotificationSettings callNotification, EventNotificationSettings callRing, Boolean enabled, EventNotificationSettings sessionStarted)
-
-
Method Detail
-
getCallLiveStarted
final EventNotificationSettings getCallLiveStarted()
-
getCallNotification
final EventNotificationSettings getCallNotification()
-
getCallRing
final EventNotificationSettings getCallRing()
-
getEnabled
final Boolean getEnabled()
-
getSessionStarted
final EventNotificationSettings getSessionStarted()
-
-
-
-