|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
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.rpc2 | JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP . |
com.google.api.client.testing.json | Testing utilities used for writing tests based on the JSON package of this library. |
Uses of Key in com.google.api.client.http |
---|
Uses of Key in com.google.api.client.json.rpc2 |
---|
Fields in com.google.api.client.json.rpc2 with annotations of type Key | |
---|---|
Object |
JsonRpcRequest.id
Deprecated. (scheduled to be made private in 1.6) Use JsonRpcRequest.getId() or
JsonRpcRequest.setId(Object) |
String |
JsonRpcRequest.jsonrpc
Deprecated. (scheduled to be made private in 1.6) Use JsonRpcRequest.getVersion() |
String |
JsonRpcRequest.method
Deprecated. (scheduled to be made private in 1.6) Use JsonRpcRequest.getMethod() or
JsonRpcRequest.setMethod(String) |
Object |
JsonRpcRequest.params
Deprecated. (scheduled to be made private in 1.6) Use JsonRpcRequest.getParameters() or
JsonRpcRequest.setParameters(Object) |
Uses of Key in com.google.api.client.testing.json |
---|
Fields in com.google.api.client.testing.json with annotations of type Key | |
---|---|
Object |
AbstractJsonParserTest.AnyType.arr
|
LinkedList<LinkedList<String>> |
AbstractJsonParserTest.CollectionOfCollectionType.arr
|
T[][] |
AbstractJsonParserTest.TypeVariableType.arr
|
String[] |
AbstractJsonParserTest.StringNullValue.arr
|
String[][] |
AbstractJsonParserTest.StringNullValue.arr2
|
Object |
AbstractJsonParserTest.AnyType.bool
|
Collection<AbstractJsonParserTest.Entry> |
AbstractJsonParserTest.Feed.entries
|
Collection<AbstractJsonGeneratorTest.Entry> |
AbstractJsonGeneratorTest.Feed.entries
|
Integer[] |
AbstractJsonParserTest.ArrayType.integerArr
|
LinkedList<LinkedList<T>> |
AbstractJsonParserTest.TypeVariableType.list
|
Collection<? super Integer>[] |
AbstractJsonParserTest.WildCardTypes.lower
|
Map<String,String> |
AbstractJsonParserTest.A.map
|
Map<String,?> |
AbstractJsonParserTest.WildCardTypes.map
|
Collection<? super TreeMap<String,? extends Integer>> |
AbstractJsonParserTest.WildCardTypes.mapInWild
|
Map<String,? extends Integer> |
AbstractJsonParserTest.WildCardTypes.mapUpper
|
Object |
AbstractJsonParserTest.AnyType.nul
|
T |
AbstractJsonParserTest.TypeVariableType.nullValue
|
AbstractJsonParserTest.E |
AbstractJsonParserTest.EnumValue.nullValue
|
Object |
AbstractJsonParserTest.AnyType.num
|
Object |
AbstractJsonParserTest.AnyType.obj
|
AbstractJsonParserTest.E |
AbstractJsonParserTest.EnumValue.otherValue
|
Collection<?>[] |
AbstractJsonParserTest.WildCardTypes.simple
|
Object |
AbstractJsonParserTest.AnyType.str
|
String |
AbstractJsonParserTest.Entry.title
|
String |
AbstractJsonGeneratorTest.Entry.title
|
Collection<? extends Integer>[] |
AbstractJsonParserTest.WildCardTypes.upper
|
Map<String,Map<String,Integer>>[] |
AbstractJsonParserTest.MapOfMapType.value
|
T |
AbstractJsonParserTest.TypeVariableType.value
|
String |
AbstractJsonParserTest.StringNullValue.value
|
AbstractJsonParserTest.E |
AbstractJsonParserTest.EnumValue.value
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |