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