Uses of Class
com.restfb.DebugHeaderInfo
Packages that use DebugHeaderInfo
Package
Description
Contains types used to interact with the Facebook
Graph API.
Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.
-
Uses of DebugHeaderInfo in com.restfb
Methods in com.restfb that return DebugHeaderInfoModifier and TypeMethodDescriptionDebugHeaderInfo.DebugHeaderInfoFactory.build()ApiResult.getDebugHeaderInfo()ResponseMetadata.getDebugHeaderInfo()WebRequestor.Response.getDebugHeaderInfo()Gets the debug header information parsed from the response headers.Methods in com.restfb with parameters of type DebugHeaderInfoModifier and TypeMethodDescriptionstatic ResponseMetadataResponseMetadata.of(DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> responseHeaders, Duration duration, String httpMethod, String requestUrl) static <T> ApiResult<T>ApiResult.withMetadata(T result, DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> responseHeaders, Duration duration, String httpMethod, String requestUrl) Constructors in com.restfb with parameters of type DebugHeaderInfoModifierConstructorDescriptionResponse(Integer statusCode, String body, DebugHeaderInfo debugHeaderInfo) Creates a response with the given HTTP status code, response body and debug header info.Response(Integer statusCode, String body, DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> headers) Creates a response with status, body, debug info and headers. -
Uses of DebugHeaderInfo in com.restfb.exception
Methods in com.restfb.exception that return DebugHeaderInfoModifier and TypeMethodDescriptionFacebookErrorMessageException.getDebugHeaderInfo()returns the debug header info that is connected with this Facebook call.Methods in com.restfb.exception with parameters of type DebugHeaderInfoModifier and TypeMethodDescriptionvoidFacebookErrorMessageException.setDebugHeaderInfo(DebugHeaderInfo debugHeaderInfo)