Package com.mypurecloud.sdk.v2.model
Class SupportCenterHeroStyle
java.lang.Object
com.mypurecloud.sdk.v2.model.SupportCenterHeroStyle
- All Implemented Interfaces:
Serializable
SupportCenterHeroStyle
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) Background color for hero section, in hexadecimal format, eg #ffffffbooleangetImage()inthashCode()image(SupportCenterImage image) Background image for hero sectionvoidsetBackgroundColor(String backgroundColor) voidsetImage(SupportCenterImage image) voidsetTextColor(String textColor) Text color for hero section, in hexadecimal format, eg #fffffftoString()
-
Constructor Details
-
SupportCenterHeroStyle
public SupportCenterHeroStyle() -
SupportCenterHeroStyle
-
-
Method Details
-
backgroundColor
Background color for hero section, in hexadecimal format, eg #ffffff -
getBackgroundColor
-
setBackgroundColor
-
textColor
Text color for hero section, in hexadecimal format, eg #ffffff -
getTextColor
-
setTextColor
-
image
Background image for hero section -
getImage
-
setImage
-
equals
-
hashCode
public int hashCode() -
toString
-