Package com.mypurecloud.sdk.v2.model
Class ContentOfferStyleProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.ContentOfferStyleProperties
- All Implemented Interfaces:
Serializable
ContentOfferStyleProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) Background color of the offer.Text color of the offer.booleangetColor()inthashCode()Padding of the offer.voidsetBackgroundColor(String backgroundColor) voidvoidsetPadding(String padding) toString()
-
Constructor Details
-
ContentOfferStyleProperties
public ContentOfferStyleProperties() -
ContentOfferStyleProperties
-
-
Method Details
-
padding
Padding of the offer. (eg. 10px) -
getPadding
-
setPadding
-
color
Text color of the offer. (eg. #FF0000) -
getColor
-
setColor
-
backgroundColor
Background color of the offer. (eg. #000000) -
getBackgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-