Uses of Enum Class
com.mypurecloud.sdk.v2.model.RecordingContentStory.TypeEnum
Packages that use RecordingContentStory.TypeEnum
-
Uses of RecordingContentStory.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingContentStory.TypeEnumModifier and TypeMethodDescriptionRecordingContentStory.TypeEnum.fromString(String key) RecordingContentStory.getType()Returns the enum constant of this class with the specified name.static RecordingContentStory.TypeEnum[]RecordingContentStory.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 RecordingContentStory.TypeEnumModifier and TypeMethodDescriptionvoidRecordingContentStory.setType(RecordingContentStory.TypeEnum type) RecordingContentStory.type(RecordingContentStory.TypeEnum type) Type of ephemeral story attachment.