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