Uses of Enum Class
com.mypurecloud.sdk.v2.model.CreateReprocessJobRequest.MediaTypesEnum
Packages that use CreateReprocessJobRequest.MediaTypesEnum
-
Uses of CreateReprocessJobRequest.MediaTypesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateReprocessJobRequest.MediaTypesEnumModifier and TypeMethodDescriptionCreateReprocessJobRequest.MediaTypesEnum.fromString(String key) Returns the enum constant of this class with the specified name.CreateReprocessJobRequest.MediaTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CreateReprocessJobRequest.MediaTypesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CreateReprocessJobRequest.MediaTypesEnumModifier and TypeMethodDescriptionCreateReprocessJobRequest.mediaTypes(List<CreateReprocessJobRequest.MediaTypesEnum> mediaTypes) The types of conversations to reprocess.voidCreateReprocessJobRequest.setMediaTypes(List<CreateReprocessJobRequest.MediaTypesEnum> mediaTypes)