Package com.mypurecloud.sdk.v2.model
Class CtaButtonStyleProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.CtaButtonStyleProperties
- All Implemented Interfaces:
Serializable
CtaButtonStyleProperties
- 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) voidtextAlign(CtaButtonStyleProperties.TextAlignEnum textAlign) Text alignment.toString()
-
Constructor Details
-
CtaButtonStyleProperties
public CtaButtonStyleProperties() -
CtaButtonStyleProperties
-
-
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
Text alignment. -
getTextAlign
-
setTextAlign
-
backgroundColor
Background color of the CTA button. (eg. #FF0000) -
getBackgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-