GenericPost


class GenericPost


An object representing a generic social media post.

Summary

Nested types

Builder class for GenericPost.

Public functions

Optional<LinkPreview!>!

Indicate the link preview content for the post.

Optional<String!>!

Indicate the text content for the post.

Optional<Long!>!
Optional<VideoPreview!>!

Indicate the video preview content for the post.

(Mutable)List<Image!>!

Indicate the image content for the post.

Public functions

getLinkPreview

fun getLinkPreview(): Optional<LinkPreview!>!

Indicate the link preview content for the post.

getTextContent

fun getTextContent(): Optional<String!>!

Indicate the text content for the post.

getTimestamp

fun getTimestamp(): Optional<Long!>!

getVideoContent

fun getVideoContent(): Optional<VideoPreview!>!

Indicate the video preview content for the post.

getVisualContent

fun getVisualContent(): (Mutable)List<Image!>!

Indicate the image content for the post.