Package com.mypurecloud.sdk.v2.model
Class PatchContentOfferStylingConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchContentOfferStylingConfiguration
- All Implemented Interfaces:
Serializable
PatchContentOfferStylingConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(PatchTextStyleProperties body) Properties for customizing the appearance of the body text.closeButton(PatchCloseButtonStyleProperties closeButton) Properties for customizing the appearance of the close button.ctaButton(PatchCtaButtonStyleProperties ctaButton) Properties for customizing the appearance of the CTA button.booleangetBody()getOffer()getTitle()inthashCode()headline(PatchTextStyleProperties headline) Properties for customizing the appearance of the headline text.Properties for customizing the appearance of the content offer.position(PatchContentPositionProperties position) Properties for customizing the positioning of the content offer.voidvoidsetCloseButton(PatchCloseButtonStyleProperties closeButton) voidsetCtaButton(PatchCtaButtonStyleProperties ctaButton) voidsetHeadline(PatchTextStyleProperties headline) voidvoidsetPosition(PatchContentPositionProperties position) voidsetTitle(PatchTextStyleProperties title) title(PatchTextStyleProperties title) Properties for customizing the appearance of the title text.toString()
-
Constructor Details
-
PatchContentOfferStylingConfiguration
public PatchContentOfferStylingConfiguration() -
PatchContentOfferStylingConfiguration
-
-
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
public PatchContentOfferStylingConfiguration closeButton(PatchCloseButtonStyleProperties 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
-