org.glassfish.jersey.examples.oauth.twitterclient
Class User

java.lang.Object
  extended by org.glassfish.jersey.examples.oauth.twitterclient.User

public class User
extends Object

Entity into which the Twitter user is deserialized.

Author:
Martin Matula

Constructor Summary
User()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getName

public String getName()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.