Package com.mypurecloud.sdk.v2.model
Class PatchCtaButtonStyleProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchCtaButtonStyleProperties
- All Implemented Interfaces:
Serializable
PatchCtaButtonStyleProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumText alignment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) Background color of the CTA button.Color of the text.booleanFont of the text.Font size of the text.getColor()getFont()inthashCode()voidsetBackgroundColor(String backgroundColor) voidvoidvoidsetFontSize(String fontSize) voidText alignment.toString()
-
Constructor Details
-
PatchCtaButtonStyleProperties
public PatchCtaButtonStyleProperties() -
PatchCtaButtonStyleProperties
-
-
Method Details
-
color
Color of the text. (eg. #FFFFFF) -
getColor
-
setColor
-
font
Font of the text. (eg. Helvetica) -
getFont
-
setFont
-
fontSize
Font size of the text. (eg. '12') -
getFontSize
-
setFontSize
-
textAlign
public PatchCtaButtonStyleProperties textAlign(PatchCtaButtonStyleProperties.TextAlignEnum textAlign) Text alignment. -
getTextAlign
-
setTextAlign
-
backgroundColor
Background color of the CTA button. (eg. #A04033) -
getBackgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-