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. |
com.google.api.services.samples.dailymotion.cmdline.simple |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericJson
Generic JSON data that stores all unknown key name/value pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonRpcRequest
Beta JSON-RPC 2.0 request object. |
Modifier and Type | Class and Description |
---|---|
static class |
JsonWebSignature.Header
Header as specified in Reserved
Header Parameter Names.
|
static class |
JsonWebToken.Header
Header as specified in JWT Header.
|
static class |
JsonWebToken.Payload
Payload as specified in Reserved
Claim Names.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractJsonFactoryTest.AnimalGenericJson |
static class |
AbstractJsonFactoryTest.DogGenericJson |
static class |
AbstractJsonFactoryTest.ExtendsGenericJson |
Modifier and Type | Method and Description |
---|---|
GenericData |
GenericData.clone()
Makes a "deep" clone of the generic data, in which the clone is completely independent of the
original.
|
GenericData |
GenericData.set(String fieldName,
Object value)
Sets the given field value (may be
null ) for the given field name. |
Modifier and Type | Class and Description |
---|---|
class |
GenericXml
Beta Generic XML data that stores all unknown key name/value pairs. |
Modifier and Type | Class and Description |
---|---|
static class |
DailyMotionSample.DailyMotionUrl
URL for Dailymotion API.
|
Copyright © 2011–2020 Google. All rights reserved.