-
public final class CallCompositeCapabilitiesChangedNotificationMode extends ExpandableStringEnum<CallCompositeCapabilitiesChangedNotificationMode>
Represents notification mode for user capabilities changed.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CallCompositeCapabilitiesChangedNotificationMode
ALWAYS
public final static CallCompositeCapabilitiesChangedNotificationMode
NEVER
-
Method Summary
Modifier and Type Method Description static CallCompositeCapabilitiesChangedNotificationMode
fromString(String name)
Creates an instance of CallCompositeCapabilitiesChangedNotificationMode from a string name. static Collection<CallCompositeCapabilitiesChangedNotificationMode>
values()
Returns all the available values for CallCompositeCapabilitiesChangedNotificationMode. -
-
Method Detail
-
fromString
static CallCompositeCapabilitiesChangedNotificationMode fromString(String name)
Creates an instance of CallCompositeCapabilitiesChangedNotificationMode from a string name.
- Parameters:
name
- The name of the mode as a string.
-
values
static Collection<CallCompositeCapabilitiesChangedNotificationMode> values()
Returns all the available values for CallCompositeCapabilitiesChangedNotificationMode.
-
-
-
-