Package com.mypurecloud.sdk.v2.model
Class ContentOfferStylingConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.ContentOfferStylingConfiguration
- All Implemented Interfaces:
Serializable
ContentOfferStylingConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(TextStyleProperties body) Properties for customizing the appearance of the body text.closeButton(CloseButtonStyleProperties closeButton) Properties for customizing the appearance of the close button.ctaButton(CtaButtonStyleProperties ctaButton) Properties for customizing the appearance of the CTA button.booleangetBody()getOffer()getTitle()inthashCode()headline(TextStyleProperties headline) Properties for customizing the appearance of the headline text.offer(ContentOfferStyleProperties offer) Properties for customizing the appearance of the content offer.position(ContentPositionProperties position) Properties for customizing the positioning of the content offer.voidsetBody(TextStyleProperties body) voidsetCloseButton(CloseButtonStyleProperties closeButton) voidsetCtaButton(CtaButtonStyleProperties ctaButton) voidsetHeadline(TextStyleProperties headline) voidvoidsetPosition(ContentPositionProperties position) voidsetTitle(TextStyleProperties title) title(TextStyleProperties title) Properties for customizing the appearance of the title text.toString()
-
Constructor Details
-
ContentOfferStylingConfiguration
public ContentOfferStylingConfiguration() -
ContentOfferStylingConfiguration
-
-
Method Details
-
position
Properties for customizing the positioning of the content offer. -
getPosition
-
setPosition
-
offer
Properties for customizing the appearance of the content offer. -
getOffer
-
setOffer
-
closeButton
Properties for customizing the appearance of the close button. -
getCloseButton
-
setCloseButton
-
ctaButton
Properties for customizing the appearance of the CTA button. -
getCtaButton
-
setCtaButton
-
title
Properties for customizing the appearance of the title text. -
getTitle
-
setTitle
-
headline
Properties for customizing the appearance of the headline text. -
getHeadline
-
setHeadline
-
body
Properties for customizing the appearance of the body text. -
getBody
-
setBody
-
equals
-
hashCode
public int hashCode() -
toString
-