-
public final class CallCompositeLeaveCallConfirmationMode extends ExpandableStringEnum<CallCompositeLeaveCallConfirmationMode>
Represents the leave call confirmation mode for a call composite. This class defines the options for the leave call confirmation, such as enable or disable.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CallCompositeLeaveCallConfirmationModeALWAYS_ENABLEDpublic final static CallCompositeLeaveCallConfirmationModeALWAYS_DISABLED
-
Method Summary
Modifier and Type Method Description static CallCompositeLeaveCallConfirmationModefromString(String name)Creates an instance of CallCompositeLeaveCallConfirmationMode from a string name. static Collection<CallCompositeLeaveCallConfirmationMode>values()Returns all the available values for CallCompositeLeaveCallConfirmationMode. -
-
Method Detail
-
fromString
static CallCompositeLeaveCallConfirmationMode fromString(String name)
Creates an instance of CallCompositeLeaveCallConfirmationMode from a string name.
- Parameters:
name- The name of the mode as a string.
-
values
static Collection<CallCompositeLeaveCallConfirmationMode> values()
Returns all the available values for CallCompositeLeaveCallConfirmationMode.
-
-
-
-