Uses of Enum
com.restfb.types.threads.TdMediaType
-
Uses of TdMediaType in com.restfb.types.threads
Modifier and TypeMethodDescriptionTdMedia.getMediaType()
The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE.TdReply.getMediaType()
The media type for a Threads reply.static TdMediaType
Returns the enum constant of this type with the specified name.static TdMediaType[]
TdMediaType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TdMedia.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
TdReply.setMediaType
(TdMediaType mediaType) The media type for a Threads reply.