Package com.restfb.types.threads
Class TdMedia
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.threads.TdMedia
- All Implemented Interfaces:
Serializable
Represents the Threads Media type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe accessibility text label or description for an image or video in a Threads postList of child posts.Indicates if the media is a quoted post made by another userlink attachment URL of the URL that is attachment with highlight.Surface where the media is published.The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE.The post’s media URL.getOwner()
Instagram user ID who created the post.Permanent link to the post.Shortcode of the media.getText()
Represents text for a Threads post.URL of thumbnail.Post time.Instagram username who created the post.void
setAllowlistedCountryCodes
(List<String> allowlistedCountryCodes) void
setAltText
(String altText) The accessibility text label or description for an image or video in a Threads postvoid
setChildren
(List<TdMedia> children) List of child posts.void
setIsQuotePost
(Boolean isQuotePost) Indicates if the media is a quoted post made by another uservoid
setLinkAttachmentUrl
(String linkAttachmentUrl) link attachment URL of the URL that is attachment with highlight.void
setMediaProductType
(String mediaProductType) Surface where the media is published.void
setMediaType
(TdMediaType mediaType) The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE.void
setMediaUrl
(String mediaUrl) The post’s media URL.void
Instagram user ID who created the post.void
setPermalink
(String permalink) Permanent link to the post.void
setShortcode
(String shortcode) Shortcode of the media.void
Represents text for a Threads post.void
setThumbnailUrl
(String thumbnailUrl) URL of thumbnail.void
setTimestamp
(Date timestamp) Post time.void
setUsername
(String username) Instagram username who created the post.Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdMedia
public TdMedia()
-
-
Method Details
-
getAllowlistedCountryCodesAsLocales
-
getMediaProductType
Surface where the media is published. In the case of Threads, the value is THREADS. -
setMediaProductType
Surface where the media is published. In the case of Threads, the value is THREADS. -
getMediaType
The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE. -
setMediaType
The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE. -
getMediaUrl
The post’s media URL. -
setMediaUrl
The post’s media URL. -
getPermalink
Permanent link to the post. Will be omitted if the media contains copyrighted material or has been flagged for a copyright violation. -
setPermalink
Permanent link to the post. Will be omitted if the media contains copyrighted material or has been flagged for a copyright violation. -
getOwner
Instagram user ID who created the post. -
setOwner
Instagram user ID who created the post. -
getUsername
Instagram username who created the post. -
setUsername
Instagram username who created the post. -
getText
Represents text for a Threads post. -
setText
Represents text for a Threads post. -
getTimestamp
Post time. The publish date in ISO 8601 format. -
setTimestamp
Post time. The publish date in ISO 8601 format. -
getShortcode
Shortcode of the media. -
setShortcode
Shortcode of the media. -
getThumbnailUrl
URL of thumbnail. This only shows up for Threads media with video. -
setThumbnailUrl
URL of thumbnail. This only shows up for Threads media with video. -
getChildren
List of child posts. This only shows up for carousel posts. -
setChildren
List of child posts. This only shows up for carousel posts. -
getIsQuotePost
Indicates if the media is a quoted post made by another user -
setIsQuotePost
Indicates if the media is a quoted post made by another user -
getAltText
The accessibility text label or description for an image or video in a Threads post -
setAltText
The accessibility text label or description for an image or video in a Threads post -
getAllowlistedCountryCodes
-
setAllowlistedCountryCodes
-
getLinkAttachmentUrl
link attachment URL of the URL that is attachment with highlight. See here: https://developers.facebook.com/docs/threads/posts#tags-and-links-in-posts -
setLinkAttachmentUrl
link attachment URL of the URL that is attachment with highlight. See here: https://developers.facebook.com/docs/threads/posts#tags-and-links-in-posts
-