com.google.api.client.googleapis.xml.atom
Class PatchRelativeToOriginalContent

java.lang.Object
  extended by com.google.api.client.xml.XmlContent
      extended by 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

Field Summary
 Object originalEntry
          Deprecated.  
 Object patchedEntry
          Deprecated.  
 
Fields inherited from class com.google.api.client.xml.XmlContent
namespaceDictionary
 
Constructor Summary
PatchRelativeToOriginalContent()
          Deprecated.  
 
Method Summary
 String getType()
          Deprecated. Returns the content type.
 void writeTo(OutputStream out)
          Deprecated. Writes the content to the given output stream.
 
Methods inherited from class com.google.api.client.xml.XmlContent
getEncoding, getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patchedEntry

public Object patchedEntry
Deprecated. 

originalEntry

public Object originalEntry
Deprecated. 
Constructor Detail

PatchRelativeToOriginalContent

public PatchRelativeToOriginalContent()
Deprecated. 
Method Detail

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.