Uses of Class
com.mypurecloud.sdk.v2.model.ContentOfferStylingConfiguration
Packages that use ContentOfferStylingConfiguration
-
Uses of ContentOfferStylingConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContentOfferStylingConfigurationModifier and TypeMethodDescriptionContentOfferStylingConfiguration.body(TextStyleProperties body) Properties for customizing the appearance of the body text.ContentOfferStylingConfiguration.closeButton(CloseButtonStyleProperties closeButton) Properties for customizing the appearance of the close button.ContentOfferStylingConfiguration.ctaButton(CtaButtonStyleProperties ctaButton) Properties for customizing the appearance of the CTA button.ContentOffer.getStyle()ContentOfferStylingConfiguration.headline(TextStyleProperties headline) Properties for customizing the appearance of the headline text.ContentOfferStylingConfiguration.offer(ContentOfferStyleProperties offer) Properties for customizing the appearance of the content offer.ContentOfferStylingConfiguration.position(ContentPositionProperties position) Properties for customizing the positioning of the content offer.ContentOfferStylingConfiguration.title(TextStyleProperties title) Properties for customizing the appearance of the title text.Methods in com.mypurecloud.sdk.v2.model with parameters of type ContentOfferStylingConfigurationModifier and TypeMethodDescriptionvoidContentOffer.setStyle(ContentOfferStylingConfiguration style) ContentOffer.style(ContentOfferStylingConfiguration style) Properties customizing the styling of the content offer.