Deprecated Constructors |
com.google.api.client.xml.atom.AbstractAtomFeedParser()
(scheduled to be removed in 1.6) Use AbstractAtomFeedParser.AbstractAtomFeedParser(XmlNamespaceDictionary, XmlPullParser, InputStream, Class) |
com.google.api.client.http.AbstractInputStreamContent()
(scheduled to be removed in 1.6) Use AbstractInputStreamContent.AbstractInputStreamContent(String) |
com.google.api.client.http.xml.AbstractXmlHttpContent()
(scheduled to be removed in 1.6) Use
AbstractXmlHttpContent.AbstractXmlHttpContent(XmlNamespaceDictionary) |
com.google.api.client.http.xml.atom.AtomContent()
(scheduled to be removed in 1.6) Use
AtomContent.forEntry(XmlNamespaceDictionary, Object) or
AtomContent.AtomContent(XmlNamespaceDictionary, Object, boolean) |
com.google.api.client.http.xml.atom.AtomFeedParser()
(scheduled to be removed in 1.6) Use AtomFeedParser.AtomFeedParser(XmlNamespaceDictionary,
XmlPullParser, InputStream, Class, Class) |
com.google.api.client.http.xml.atom.AtomParser()
(scheduled to be removed in 1.6) Use AtomParser(XmlNamespaceDictionary) |
com.google.api.client.http.ByteArrayContent()
(scheduled to be removed in 1.6) Use new ByteArrayContent(null, new
byte[]{}) |
com.google.api.client.http.ByteArrayContent(byte[])
(scheduled to be removed in 1.6) Use ByteArrayContent.ByteArrayContent(String, byte[]) |
com.google.api.client.http.ByteArrayContent(String)
(scheduled to be removed in 1.6) Use ByteArrayContent.fromString(String, String) |
com.google.api.client.http.FileContent(File)
(scheduled to be removed in 1.6) Use FileContent.FileContent(String, File) |
com.google.api.client.http.InputStreamContent()
(scheduled to be removed in 1.6) Use
InputStreamContent.InputStreamContent(String, InputStream) |
com.google.api.client.http.json.JsonHttpContent()
(scheduled to be removed in 1.6) Use JsonHttpContent.JsonHttpContent(JsonFactory, Object) |
com.google.api.client.http.json.JsonHttpParser()
(scheduled to be removed in 1.6) Use JsonHttpParser.JsonHttpParser(JsonFactory) |
com.google.api.client.http.MultipartRelatedContent()
(scheduled to be made private in 1.6) Use
MultipartRelatedContent.MultipartRelatedContent(HttpContent, HttpContent...) and
MultipartRelatedContent.forRequest(HttpRequest) |
com.google.api.client.http.UrlEncodedContent()
(scheduled to be removed in 1.6) Use UrlEncodedContent.UrlEncodedContent(Object) |
com.google.api.client.http.xml.XmlHttpContent()
(scheduled to be removed in 1.6) Use
XmlHttpContent.XmlHttpContent(XmlNamespaceDictionary, String, Object) |
com.google.api.client.http.xml.XmlHttpParser()
(scheduled to be removed in 1.6) Use XmlHttpParser.XmlHttpParser(XmlNamespaceDictionary) |