Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlockProperties.AlignmentEnum
Packages that use DocumentBodyTableRowBlockProperties.AlignmentEnum
-
Uses of DocumentBodyTableRowBlockProperties.AlignmentEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableRowBlockProperties.AlignmentEnumModifier and TypeMethodDescriptionDocumentBodyTableRowBlockProperties.AlignmentEnum.fromString(String key) DocumentBodyTableRowBlockProperties.getAlignment()Returns the enum constant of this class with the specified name.DocumentBodyTableRowBlockProperties.AlignmentEnum.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 DocumentBodyTableRowBlockProperties.AlignmentEnumModifier and TypeMethodDescriptionDocumentBodyTableRowBlockProperties.alignment(DocumentBodyTableRowBlockProperties.AlignmentEnum alignment) The alignment for the table row.voidDocumentBodyTableRowBlockProperties.setAlignment(DocumentBodyTableRowBlockProperties.AlignmentEnum alignment)