com.jakewharton.trakt.entities
Class Shout

java.lang.Object
  extended by com.jakewharton.trakt.entities.Shout
All Implemented Interfaces:
TraktEntity, Serializable

public class Shout
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
Shout()
           
 
Method Summary
 Calendar getInserted()
           
 String getShout()
           
 UserProfile getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shout

public Shout()
Method Detail

getInserted

public Calendar getInserted()

getShout

public String getShout()

getUser

public UserProfile getUser()


Copyright © 2011 Jake Wharton. All Rights Reserved.