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