Uses of Class
com.google.api.client.http.xml.AbstractXmlHttpContent
-
Packages that use AbstractXmlHttpContent Package Description com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.http.xml.atom Beta
Atom XML HTTP library based on the pluggable HTTP library. -
-
Uses of AbstractXmlHttpContent in com.google.api.client.http.xml
Subclasses of AbstractXmlHttpContent in com.google.api.client.http.xml Modifier and Type Class Description class
XmlHttpContent
Beta
Serializes XML HTTP content based on the data key/value mapping object for an item.Methods in com.google.api.client.http.xml that return AbstractXmlHttpContent Modifier and Type Method Description AbstractXmlHttpContent
AbstractXmlHttpContent. setMediaType(HttpMediaType mediaType)
-
Uses of AbstractXmlHttpContent in com.google.api.client.http.xml.atom
Subclasses of AbstractXmlHttpContent in com.google.api.client.http.xml.atom Modifier and Type Class Description class
AtomContent
Beta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
-