Uses of Class
com.restfb.Body
-
Uses of Body in com.restfb
Modifier and TypeMethodDescriptionWebRequestor.Request.getBody()
static Body
build a new body object instance with the given data as immutable inner datastatic Body
Body.withData
(Object data, JsonMapper jsonMapper) build a new body object instance with the given data as immutable inner dataModifier and TypeMethodDescriptionprotected String
DefaultFacebookClient.makeRequest
(String endpoint, boolean executeAsPost, boolean executeAsDelete, List<BinaryAttachment> binaryAttachments, Body body, Parameter... parameters) Coordinates the process of executing the API request GET/POST and processing the response we receive from the endpoint.<T> T
DefaultFacebookClient.publish
(String connection, Class<T> objectType, Body body, Parameter... parameters) <T> T
Performs a Graph API publish operation on the givenconnection
and includes special body in the publish request, and mapping the result to an instance ofobjectType
.void