Uses of Class
com.restfb.ResponseMetadata
Packages that use ResponseMetadata
-
Uses of ResponseMetadata in com.restfb
Methods in com.restfb that return ResponseMetadataModifier and TypeMethodDescriptionApiResult.getResponseMetadata()Connection.getResponseMetadata()Returns the metadata of the response that created thisConnection.static ResponseMetadataResponseMetadata.of(DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> responseHeaders, Duration duration, String httpMethod, String requestUrl) Methods in com.restfb with parameters of type ResponseMetadataModifier and TypeMethodDescriptionvoidConnection.setResponseMetadata(ResponseMetadata responseMetadata) Attaches response metadata to this connection.static <T> ApiResult<T>ApiResult.withMetadata(T result, ResponseMetadata responseMetadata)