Uses of Enum Class
com.mypurecloud.sdk.v2.model.PatchCtaButtonStyleProperties.TextAlignEnum
Packages that use PatchCtaButtonStyleProperties.TextAlignEnum
-
Uses of PatchCtaButtonStyleProperties.TextAlignEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchCtaButtonStyleProperties.TextAlignEnumModifier and TypeMethodDescriptionPatchCtaButtonStyleProperties.TextAlignEnum.fromString(String key) PatchCtaButtonStyleProperties.getTextAlign()Returns the enum constant of this class with the specified name.PatchCtaButtonStyleProperties.TextAlignEnum.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 PatchCtaButtonStyleProperties.TextAlignEnumModifier and TypeMethodDescriptionvoidPatchCtaButtonStyleProperties.setTextAlign(PatchCtaButtonStyleProperties.TextAlignEnum textAlign) PatchCtaButtonStyleProperties.textAlign(PatchCtaButtonStyleProperties.TextAlignEnum textAlign) Text alignment.