Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyListBlockWithHighlight.TypeEnum
Packages that use DocumentBodyListBlockWithHighlight.TypeEnum
-
Uses of DocumentBodyListBlockWithHighlight.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyListBlockWithHighlight.TypeEnumModifier and TypeMethodDescriptionDocumentBodyListBlockWithHighlight.TypeEnum.fromString(String key) DocumentBodyListBlockWithHighlight.getType()Returns the enum constant of this class with the specified name.DocumentBodyListBlockWithHighlight.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 DocumentBodyListBlockWithHighlight.TypeEnumModifier and TypeMethodDescriptionvoidDocumentBodyListBlockWithHighlight.setType(DocumentBodyListBlockWithHighlight.TypeEnum type) DocumentBodyListBlockWithHighlight.type(DocumentBodyListBlockWithHighlight.TypeEnum type) The type of the list block.