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