Uses of Enum Class
com.mypurecloud.sdk.v2.model.RecordersState.SnippetStateEnum
Packages that use RecordersState.SnippetStateEnum
-
Uses of RecordersState.SnippetStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordersState.SnippetStateEnumModifier and TypeMethodDescriptionRecordersState.SnippetStateEnum.fromString(String key) RecordersState.getSnippetState()Returns the enum constant of this class with the specified name.static RecordersState.SnippetStateEnum[]RecordersState.SnippetStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type RecordersState.SnippetStateEnumModifier and TypeMethodDescriptionvoidRecordersState.setSnippetState(RecordersState.SnippetStateEnum snippetState) RecordersState.snippetState(RecordersState.SnippetStateEnum snippetState) Indicates the state of the snippet recording.