Uses of Class
com.google.api.client.util.GenericData
-
Packages that use GenericData Package Description 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 com.google.api.client.json.webtoken com.google.api.client.test.json Classes used for testing of JSON library implementations.com.google.api.client.util General utilities used throughout this library.com.google.api.client.xml Beta
Utilities for XML. -
-
Uses of GenericData in com.google.api.client.http
Subclasses of GenericData in com.google.api.client.http Modifier and Type Class Description classGenericUrlURL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI).classHttpHeadersStores 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 Modifier and Type Class Description classGenericJsonGeneric 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 Modifier and Type Class Description classJsonRpcRequestBeta
JSON-RPC 2.0 request object. -
Uses of GenericData in com.google.api.client.json.webtoken
Subclasses of GenericData in com.google.api.client.json.webtoken Modifier and Type Class Description static classJsonWebSignature.HeaderHeader as specified in Reserved Header Parameter Names.static classJsonWebToken.HeaderHeader as specified in JWT Header.static classJsonWebToken.PayloadPayload as specified in Reserved Claim Names. -
Uses of GenericData in com.google.api.client.test.json
Subclasses of GenericData in com.google.api.client.test.json Modifier and Type Class Description static classAbstractJsonFactoryTest.AnimalGenericJsonstatic classAbstractJsonFactoryTest.DogGenericJsonstatic classAbstractJsonFactoryTest.ExtendsGenericJson -
Uses of GenericData in com.google.api.client.util
Methods in com.google.api.client.util that return GenericData Modifier and Type Method Description GenericDataGenericData. clone()Makes a "deep" clone of the generic data, in which the clone is completely independent of the original.GenericDataGenericData. set(java.lang.String fieldName, java.lang.Object value)Sets the given field value (may benull) for the given field name. -
Uses of GenericData in com.google.api.client.xml
Subclasses of GenericData in com.google.api.client.xml Modifier and Type Class Description classGenericXmlBeta
Generic XML data that stores all unknown key name/value pairs.
-