Uses of Class
com.google.api.client.util.GenericData

Packages that use GenericData
com.google.api.client.auth.oauth OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). 
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
com.google.api.client.json Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON
com.google.api.client.json.rpc2 JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP
com.google.api.client.util General utilities used throughout this library. 
com.google.api.client.xml Utilities for XML. 
 

Uses of GenericData in com.google.api.client.auth.oauth
 

Subclasses of GenericData in com.google.api.client.auth.oauth
 class AbstractOAuthGetToken
          Generic OAuth 1.0a URL to request a temporary or long-lived token from an authorization server.
 class OAuthAuthorizeTemporaryTokenUrl
          OAuth 1.0a URL builder for an authorization web page to allow the end user to authorize the temporary token.
 class OAuthCallbackUrl
          Generic URL that parses the callback URL after a temporary token has been authorized by the end user.
 class OAuthGetAccessToken
          Generic OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from an authorization server.
 class OAuthGetTemporaryToken
          Generic OAuth 1.0a URL to request a temporary credentials token (or "request token") from an authorization server.
 

Uses of GenericData in com.google.api.client.auth.oauth2
 

Subclasses of GenericData in com.google.api.client.auth.oauth2
 class AccessTokenErrorResponse
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenErrorResponse
 class AccessTokenRequest
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest
static class AccessTokenRequest.AssertionGrant
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.AssertionGrant
static class AccessTokenRequest.AuthorizationCodeGrant
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.AuthorizationCodeGrant
static class AccessTokenRequest.RefreshTokenGrant
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.RefreshTokenGrant
static class AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant
 class AccessTokenResponse
          Deprecated. (scheduled to be removed in 1.5) Use AccessTokenResponse
 class AuthorizationRequestUrl
          Deprecated. (scheduled to be removed in 1.5) Use AuthorizationRequestUrl
 class AuthorizationResponse
          Deprecated. (scheduled to be removed in 1.5) Use AuthorizationResponse
 

Uses of GenericData in com.google.api.client.http
 

Subclasses of GenericData in com.google.api.client.http
 class GenericUrl
          URL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI).
 class HttpHeaders
          Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
 

Uses of GenericData in com.google.api.client.json
 

Subclasses of GenericData in com.google.api.client.json
 class GenericJson
          Generic JSON data that stores all unknown key name/value pairs.
 

Uses of GenericData in com.google.api.client.json.rpc2
 

Subclasses of GenericData in com.google.api.client.json.rpc2
 class JsonRpcRequest
          JSON-RPC 2.0 request object.
 

Uses of GenericData in com.google.api.client.util
 

Methods in com.google.api.client.util that return GenericData
 GenericData GenericData.clone()
          Makes a "deep" clone of the generic data, in which the clone is completely independent of the original.
 

Uses of GenericData in com.google.api.client.xml
 

Subclasses of GenericData in com.google.api.client.xml
 class GenericXml
          Generic XML data that stores all unknown key name/value pairs.
 



Copyright © 2010-2011 Google. All Rights Reserved.