org.apache.shindig.social.core.util.atom
Class AtomAuthor

java.lang.Object
  extended by org.apache.shindig.social.core.util.atom.AtomAuthor

public class AtomAuthor
extends java.lang.Object

Represents and atom:entry/atom:author element.


Constructor Summary
AtomAuthor()
          Default constructor for POSTs to the REST API.
AtomAuthor(Activity activity)
           
AtomAuthor(ActivityEntry activityEntry)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomAuthor

public AtomAuthor()
Default constructor for POSTs to the REST API.


AtomAuthor

public AtomAuthor(Activity activity)
Parameters:
activity -

AtomAuthor

public AtomAuthor(ActivityEntry activityEntry)
Parameters:
activityEntry -


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.