Uses of Enum
com.restfb.Version
Packages that use Version
Package
Description
Contains types used to interact with the Facebook
Graph API.
Default implementations of Facebook
Graph API Objects.
-
Uses of Version in com.restfb
Fields in com.restfb declared as VersionModifier and TypeFieldDescriptionprotected Version
DefaultFacebookClient.apiVersion
Version of API endpoint.Methods in com.restfb that return VersionModifier and TypeMethodDescriptionDebugHeaderInfo.getUsedVersion()
get the version, facebook used internally to fulfill the requeststatic Version
Version.getVersionFromString
(String urlElementStr) converts a String (for example the url parameter) into a Version objectstatic Version
Returns the enum constant of this type with the specified name.static Version[]
Version.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb with parameters of type VersionModifier and TypeMethodDescriptionDebugHeaderInfo.DebugHeaderInfoFactory.setVersion
(Version version) Constructors in com.restfb with parameters of type VersionModifierConstructorDescriptionDefaultFacebookClient
(Version apiVersion) Creates a Facebook Graph API client with the givenapiVersion
.DefaultFacebookClient
(String accessToken, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
.DefaultFacebookClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
.DefaultFacebookClient
(String accessToken, String appSecret, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
.DefaultFacebookClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) Creates a Facebook Graph API client with the givenaccessToken
,webRequestor
, andjsonMapper
.DefaultInstagramLoginClient
(Version version) DefaultInstagramLoginClient
(String accessToken, Version apiVersion) DefaultInstagramLoginClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultInstagramLoginClient
(String accessToken, String appSecret, Version apiVersion) DefaultInstagramLoginClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(Version version) DefaultThreadsClient
(String accessToken, Version apiVersion) DefaultThreadsClient
(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) DefaultThreadsClient
(String accessToken, String appSecret, Version apiVersion) DefaultThreadsClient
(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion) -
Uses of Version in com.restfb.types
Methods in com.restfb.types that return VersionMethods in com.restfb.types with parameters of type VersionModifier and TypeMethodDescriptionvoid
Subscription.SubscriptionField.setVersion
(Version version)