Uses of Enum Class
com.mypurecloud.sdk.v2.model.DraftManipulationRequest.DraftTypeEnum
Packages that use DraftManipulationRequest.DraftTypeEnum
-
Uses of DraftManipulationRequest.DraftTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DraftManipulationRequest.DraftTypeEnumModifier and TypeMethodDescriptionDraftManipulationRequest.DraftTypeEnum.fromString(String key) DraftManipulationRequest.getDraftType()Returns the enum constant of this class with the specified name.DraftManipulationRequest.DraftTypeEnum.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 DraftManipulationRequest.DraftTypeEnumModifier and TypeMethodDescriptionDraftManipulationRequest.draftType(DraftManipulationRequest.DraftTypeEnum draftType) The kind of draft that as to be treated.voidDraftManipulationRequest.setDraftType(DraftManipulationRequest.DraftTypeEnum draftType)