Uses of Enum
com.restfb.types.threads.TdMediaType
Packages that use TdMediaType
-
Uses of TdMediaType in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdMediaTypeModifier 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.Methods in com.restfb.types.threads with parameters of type TdMediaTypeModifier 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.