Uses of Class
com.restfb.Version
-
Packages that use Version Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Version in com.restfb
Fields in com.restfb declared as Version Modifier and Type Field Description protected Version
DefaultFacebookClient. apiVersion
Version of API endpoint.Methods in com.restfb that return Version Modifier and Type Method Description Version
DebugHeaderInfo. 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
Version. valueOf(String name)
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 Version Modifier and Type Method Description DebugHeaderInfo.DebugHeaderInfoFactory
DebugHeaderInfo.DebugHeaderInfoFactory. setVersion(Version version)
Constructors in com.restfb with parameters of type Version Constructor Description DefaultFacebookClient(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
.DefaultInstagramClient(Version version)
Deprecated.DefaultInstagramClient(String accessToken, Version apiVersion)
Deprecated.DefaultInstagramClient(String accessToken, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion)
Deprecated.DefaultInstagramClient(String accessToken, String appSecret, Version apiVersion)
Deprecated.DefaultInstagramClient(String accessToken, String appSecret, WebRequestor webRequestor, JsonMapper jsonMapper, Version apiVersion)
Deprecated.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 Version Modifier and Type Method Description Version
Subscription.SubscriptionField. getVersion()
Methods in com.restfb.types with parameters of type Version Modifier and Type Method Description void
Subscription.SubscriptionField. setVersion(Version version)
-