Uses of Class
com.restfb.Body
Packages that use Body
-
Uses of Body in com.restfb
Methods in com.restfb that return BodyModifier and TypeMethodDescriptionWebRequestor.Request.getBody()static Bodybuild a new body object instance with the given data as immutable inner datastatic BodyBody.withData(Object data, JsonMapper jsonMapper) build a new body object instance with the given data as immutable inner dataMethods in com.restfb with parameters of type BodyModifier and TypeMethodDescriptionprotected StringDefaultFacebookClient.makeRequest(String endpoint, boolean executeAsPost, boolean executeAsDelete, List<BinaryAttachment> binaryAttachments, Body body, Parameter... parameters) protected WebRequestor.ResponseDefaultFacebookClient.makeRequestForResponse(String endpoint, boolean executeAsPost, boolean executeAsDelete, List<BinaryAttachment> binaryAttachments, Body body, Parameter... parameters) DefaultFacebookClient.makeRequestWithMetadata(String endpoint, boolean executeAsPost, boolean executeAsDelete, List<BinaryAttachment> binaryAttachments, Body body, Parameter... parameters) Coordinates the process of executing the API request GET/POST and returning the raw response.<T> TDefaultFacebookClient.publish(String connection, Class<T> objectType, Body body, Parameter... parameters) <T> TPerforms a Graph API publish operation on the givenconnectionand includes special body in the publish request, and mapping the result to an instance ofobjectType.<T> ApiResult<T>DefaultFacebookClient.publishWithResult(String connection, Class<T> objectType, Body body, Parameter... parameters) default <T> ApiResult<T>FacebookClient.publishWithResult(String connection, Class<T> objectType, Body body, Parameter... parameters) Variant ofFacebookClient.publish(String, Class, Body, Parameter...)that additionally exposes response metadata.void