Uses of Class
com.google.api.client.http.xml.atom.AtomContent

Packages that use AtomContent
com.google.api.client.http.xml.atom Atom XML HTTP library based on the pluggable HTTP library. 
 

Uses of AtomContent in com.google.api.client.http.xml.atom
 

Methods in com.google.api.client.http.xml.atom that return AtomContent
static AtomContent AtomContent.forEntry(XmlNamespaceDictionary namespaceDictionary, Object entry)
          Returns a new instance of HTTP content for an Atom entry.
static AtomContent AtomContent.forFeed(XmlNamespaceDictionary namespaceDictionary, Object feed)
          Returns a new instance of HTTP content for an Atom feed.
 AtomContent AtomContent.setMediaType(HttpMediaType mediaType)
           
 AtomContent AtomContent.setType(String type)
          Deprecated. (scheduled to be removed in 1.11) Use setMediaType(HttpMediaType) instead.
 



Copyright © 2011-2012 Google. All Rights Reserved.