com.google.api.client.googleapis.xml.atom
Class PatchRelativeToOriginalContent
java.lang.Object
com.google.api.client.xml.XmlContent
com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
- All Implemented Interfaces:
- HttpContent
Deprecated. (scheduled to be removed in version 1.1) Use
AtomPatchRelativeToOriginalContent
@Deprecated
public final class PatchRelativeToOriginalContent
- extends XmlContent
- Since:
- 1.0
- Author:
- Yaniv Inbar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
patchedEntry
public Object patchedEntry
- Deprecated.
originalEntry
public Object originalEntry
- Deprecated.
PatchRelativeToOriginalContent
public PatchRelativeToOriginalContent()
- Deprecated.
getType
public String getType()
- Deprecated.
- Description copied from interface:
HttpContent
- Returns the content type.
writeTo
public void writeTo(OutputStream out)
throws IOException
- Deprecated.
- Description copied from interface:
HttpContent
- Writes the content to the given output stream.
- Throws:
IOException
Copyright © 2010 Google. All Rights Reserved.