public interface UserList extends Comparable<UserList>, TwitterResponse, Serializable
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getDescription()
Returns the description of the list
|
String |
getFullName()
Returns the full name of the list
|
long |
getId()
Returns the id of the list
|
int |
getMemberCount()
Returns the member count of the list
|
String |
getName()
Returns the name of the list
|
String |
getSlug()
Returns the slug of the list
|
int |
getSubscriberCount()
Returns the subscriber count of the list
|
URI |
getURI()
Returns the uri of the list
|
User |
getUser()
Returns the user of the list
|
boolean |
isFollowing()
Returns if the authenticated user is following the list
|
boolean |
isPublic()
tests if the list is public
|
compareTo
getAccessLevel, getRateLimitStatus
long getId()
String getName()
String getFullName()
String getSlug()
String getDescription()
int getSubscriberCount()
int getMemberCount()
URI getURI()
boolean isPublic()
User getUser()
boolean isFollowing()
Date getCreatedAt()
Copyright © 2018. All rights reserved.