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

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
 

Fields in com.google.api.client.http with annotations of type Key
 String HttpHeaders.accept
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getAccept() or HttpHeaders.setAccept(java.lang.String)
 String HttpHeaders.acceptEncoding
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getAcceptEncoding() or HttpHeaders.setAcceptEncoding(java.lang.String)
 String HttpHeaders.authenticate
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getAuthenticate() or HttpHeaders.setAuthenticate(java.lang.String)
 String HttpHeaders.authorization
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getAuthorization() or HttpHeaders.setAuthorization(java.lang.String)
 String HttpHeaders.cacheControl
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getCacheControl() or HttpHeaders.setCacheControl(java.lang.String)
 String HttpHeaders.contentEncoding
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getContentEncoding() or HttpHeaders.setContentEncoding(java.lang.String)
 String HttpHeaders.contentLength
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getContentLength() or HttpHeaders.setContentLength(java.lang.String)
 String HttpHeaders.contentMD5
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getContentMD5() or HttpHeaders.setContentMD5(java.lang.String)
 String HttpHeaders.contentRange
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getContentRange() or HttpHeaders.setContentRange(java.lang.String)
 String HttpHeaders.contentType
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getContentType() or HttpHeaders.setContentType(java.lang.String)
 String HttpHeaders.date
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getDate() or HttpHeaders.setDate(java.lang.String)
 String HttpHeaders.etag
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getETag() or HttpHeaders.setETag(java.lang.String)
 String HttpHeaders.expires
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getExpires() or HttpHeaders.setExpires(java.lang.String)
 String HttpHeaders.ifMatch
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getIfMatch() or HttpHeaders.setIfMatch(java.lang.String)
 String HttpHeaders.ifModifiedSince
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getIfModifiedSince() or HttpHeaders.setIfModifiedSince(java.lang.String)
 String HttpHeaders.ifNoneMatch
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getIfNoneMatch() or HttpHeaders.setIfNoneMatch(java.lang.String)
 String HttpHeaders.ifUnmodifiedSince
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getIfUnmodifiedSince() or HttpHeaders.setIfUnmodifiedSince(java.lang.String)
 String HttpHeaders.lastModified
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getLastModified() or HttpHeaders.setLastModified(java.lang.String)
 String HttpHeaders.location
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getLocation() or HttpHeaders.setLocation(java.lang.String)
 String HttpHeaders.mimeVersion
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getMimeVersion() or HttpHeaders.setMimeVersion(java.lang.String)
 String HttpHeaders.range
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getRange() or HttpHeaders.setRange(java.lang.String)
 String HttpHeaders.retryAfter
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getRetryAfter() or HttpHeaders.setRetryAfter(java.lang.String)
 String HttpHeaders.userAgent
          Deprecated. (scheduled to be made private in 1.6) Use HttpHeaders.getUserAgent() or HttpHeaders.setUserAgent(java.lang.String)
 

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
           
 



Copyright © 2011 Google. All Rights Reserved.