org.glassfish.jersey.examples.oauth.twitterclient
Class Status
java.lang.Object
org.glassfish.jersey.examples.oauth.twitterclient.Status
public class Status
- extends Object
Entity into which the Twitter status (tweet) is deserialized
- Author:
- Martin Matula
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Status
public Status()
getCreatedAt
public String getCreatedAt()
getText
public String getText()
getUser
public User getUser()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.