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