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