-
public final class CustomUpdateContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCustomUpdateContent.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StringcontextTokenIdprivate final CustomUpdateLocalizedTexttextprivate final CustomUpdateLocalizedTextctaprivate final Stringimageprivate final CustomUpdateMediamediaprivate final Stringdata
-
Method Summary
Modifier and Type Method Description final StringgetContextTokenId()final CustomUpdateLocalizedTextgetText()final CustomUpdateLocalizedTextgetCta()final StringgetImage()final CustomUpdateMediagetMedia()final StringgetData()final JSONObjecttoGraphRequestContent()Converts this CustomUpdateContent to a JSONObject to be used by a GraphRequestThis will be called automatically by CustomUpdate. -
-
Method Detail
-
getContextTokenId
final String getContextTokenId()
-
getText
final CustomUpdateLocalizedText getText()
-
getCta
final CustomUpdateLocalizedText getCta()
-
getMedia
final CustomUpdateMedia getMedia()
-
toGraphRequestContent
final JSONObject toGraphRequestContent()
Converts this CustomUpdateContent to a JSONObject to be used by a GraphRequest
This will be called automatically by CustomUpdate.newCustomUpdateRequest()
-
-
-
-