Uses of Enum Class
com.mypurecloud.sdk.v2.model.SnippetRecordingRequest.TypeEnum
Packages that use SnippetRecordingRequest.TypeEnum
-
Uses of SnippetRecordingRequest.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SnippetRecordingRequest.TypeEnumModifier and TypeMethodDescriptionSnippetRecordingRequest.TypeEnum.fromString(String key) SnippetRecordingRequest.getType()Returns the enum constant of this class with the specified name.static SnippetRecordingRequest.TypeEnum[]SnippetRecordingRequest.TypeEnum.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 SnippetRecordingRequest.TypeEnumModifier and TypeMethodDescriptionvoidSnippetRecordingRequest.setType(SnippetRecordingRequest.TypeEnum type) SnippetRecordingRequest.type(SnippetRecordingRequest.TypeEnum type) Type of recording to apply to the participant.