Uses of Class
com.mypurecloud.sdk.v2.model.PatchContentOfferStylingConfiguration
Packages that use PatchContentOfferStylingConfiguration
-
Uses of PatchContentOfferStylingConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchContentOfferStylingConfigurationModifier and TypeMethodDescriptionPatchContentOfferStylingConfiguration.body(PatchTextStyleProperties body) Properties for customizing the appearance of the body text.PatchContentOfferStylingConfiguration.closeButton(PatchCloseButtonStyleProperties closeButton) Properties for customizing the appearance of the close button.PatchContentOfferStylingConfiguration.ctaButton(PatchCtaButtonStyleProperties ctaButton) Properties for customizing the appearance of the CTA button.PatchContentOffer.getStyle()PatchContentOfferStylingConfiguration.headline(PatchTextStyleProperties headline) Properties for customizing the appearance of the headline text.PatchContentOfferStylingConfiguration.offer(PatchContentOfferStyleProperties offer) Properties for customizing the appearance of the content offer.PatchContentOfferStylingConfiguration.position(PatchContentPositionProperties position) Properties for customizing the positioning of the content offer.PatchContentOfferStylingConfiguration.title(PatchTextStyleProperties title) Properties for customizing the appearance of the title text.Methods in com.mypurecloud.sdk.v2.model with parameters of type PatchContentOfferStylingConfigurationModifier and TypeMethodDescriptionvoidPatchContentOffer.setStyle(PatchContentOfferStylingConfiguration style) PatchContentOffer.style(PatchContentOfferStylingConfiguration style) Properties customizing the styling of the content offer.