Uses of Enum Class
com.mypurecloud.sdk.v2.model.Recording.ArchiveMediumEnum
Packages that use Recording.ArchiveMediumEnum
-
Uses of Recording.ArchiveMediumEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Recording.ArchiveMediumEnumModifier and TypeMethodDescriptionstatic Recording.ArchiveMediumEnumRecording.ArchiveMediumEnum.fromString(String key) Recording.getArchiveMedium()static Recording.ArchiveMediumEnumReturns the enum constant of this class with the specified name.static Recording.ArchiveMediumEnum[]Recording.ArchiveMediumEnum.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 Recording.ArchiveMediumEnumModifier and TypeMethodDescriptionRecording.archiveMedium(Recording.ArchiveMediumEnum archiveMedium) The type of archive medium used.voidRecording.setArchiveMedium(Recording.ArchiveMediumEnum archiveMedium)