Uses of Class
com.restfb.types.send.MediaAttachment.MediaType
-
Packages that use MediaAttachment.MediaType Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API.com.restfb.types.send.media -
-
Uses of MediaAttachment.MediaType in com.restfb.types.send
Methods in com.restfb.types.send that return MediaAttachment.MediaType Modifier and Type Method Description static MediaAttachment.MediaType
MediaAttachment.MediaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MediaAttachment.MediaType[]
MediaAttachment.MediaType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MediaAttachment.MediaType in com.restfb.types.send.media
Constructors in com.restfb.types.send.media with parameters of type MediaAttachment.MediaType Constructor Description MediaTemplateAttachmentElement(MediaAttachment.MediaType mediaType, String attachmentId)
-