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