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