Package com.mypurecloud.sdk.v2.model
Class ContentOffer
java.lang.Object
com.mypurecloud.sdk.v2.model.ContentOffer
- All Implemented Interfaces:
Serializable
ContentOffer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe display mode of Genesys Widgets when displaying content offer.static enumThe layout mode of the text shown to the user when displaying content offer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBody text of the content offer.callToAction(CallToAction callToAction) Properties customizing the call to action button on the content offer.displayMode(ContentOffer.DisplayModeEnum displayMode) The display mode of Genesys Widgets when displaying content offer.booleangetBody()getStyle()getTitle()inthashCode()Headline displayed above the body text of the content offer.imageAltText(String imageAltText) Image description text for accessibility compliance and assistive technology support.URL for image displayed to the customer when displaying content offer.layoutMode(ContentOffer.LayoutModeEnum layoutMode) The layout mode of the text shown to the user when displaying content offer.voidvoidsetCallToAction(CallToAction callToAction) voidsetDisplayMode(ContentOffer.DisplayModeEnum displayMode) voidsetHeadline(String headline) voidsetImageAltText(String imageAltText) voidsetImageUrl(String imageUrl) voidsetLayoutMode(ContentOffer.LayoutModeEnum layoutMode) voidvoidProperties customizing the styling of the content offer.Title used in the header of the content offer.toString()
-
Constructor Details
-
ContentOffer
public ContentOffer() -
ContentOffer
-
-
Method Details
-
imageUrl
URL for image displayed to the customer when displaying content offer. -
getImageUrl
-
setImageUrl
-
displayMode
The display mode of Genesys Widgets when displaying content offer. -
getDisplayMode
-
setDisplayMode
-
layoutMode
The layout mode of the text shown to the user when displaying content offer. -
getLayoutMode
-
setLayoutMode
-
title
Title used in the header of the content offer. -
getTitle
-
setTitle
-
headline
Headline displayed above the body text of the content offer. -
getHeadline
-
setHeadline
-
body
Body text of the content offer. -
getBody
-
setBody
-
callToAction
Properties customizing the call to action button on the content offer. -
getCallToAction
-
setCallToAction
-
style
Properties customizing the styling of the content offer. -
getStyle
-
setStyle
-
imageAltText
Image description text for accessibility compliance and assistive technology support. -
getImageAltText
-
setImageAltText
-
equals
-
hashCode
public int hashCode() -
toString
-