Uses of Class
com.restfb.types.threads.TdMediaType
-
Packages that use TdMediaType Package Description com.restfb.types.threads -
-
Uses of TdMediaType in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdMediaType Modifier and Type Method Description TdMediaType
TdMedia. getMediaType()
The media type for a Threads post will be one of these values: TEXT_POST, IMAGE, VIDEO, CAROUSEL_ALBUM, or REPOST_FACADE.TdMediaType
TdReply. getMediaType()
The media type for a Threads reply.static TdMediaType
TdMediaType. valueOf(String name)
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 TdMediaType Modifier and Type Method Description void
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.
-