Uses of Class
com.restfb.types.send.ListTemplatePayload.TopElementStyleEnum
-
Packages that use ListTemplatePayload.TopElementStyleEnum Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of ListTemplatePayload.TopElementStyleEnum in com.restfb.types.send
Methods in com.restfb.types.send that return ListTemplatePayload.TopElementStyleEnum Modifier and Type Method Description ListTemplatePayload.TopElementStyleEnum
ListTemplatePayload. getTopElementStyle()
Deprecated.Value must be large or compact.static ListTemplatePayload.TopElementStyleEnum
ListTemplatePayload.TopElementStyleEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTemplatePayload.TopElementStyleEnum[]
ListTemplatePayload.TopElementStyleEnum. 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 ListTemplatePayload.TopElementStyleEnum Modifier and Type Method Description void
ListTemplatePayload. setTopElementStyle(ListTemplatePayload.TopElementStyleEnum topElementStyle)
Deprecated.Value must be large or compact.
-