Package twitter4j.v1
Interface UserList
- All Superinterfaces:
Comparable<UserList>,Serializable,TwitterResponse
A data interface representing Basic list information element
-
Nested Class Summary
Nested classes/interfaces inherited from interface twitter4j.TwitterResponse
TwitterResponse.AccessLevel -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the listReturns the full name of the listlonggetId()Returns the id of the listintReturns the member count of the listgetName()Returns the name of the listgetSlug()Returns the slug of the listintReturns the subscriber count of the listgetURI()Returns the uri of the listgetUser()Returns the user of the listbooleanReturns if the authenticated user is following the listbooleanisPublic()tests if the list is publicMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
-
Method Details
-
getId
long getId()Returns the id of the list- Returns:
- the id of the list
-
getName
String getName()Returns the name of the list- Returns:
- the name of the list
-
getFullName
String getFullName()Returns the full name of the list- Returns:
- the full name of the list
-
getSlug
String getSlug()Returns the slug of the list- Returns:
- the slug of the list
-
getDescription
String getDescription()Returns the description of the list- Returns:
- the description of the list
-
getSubscriberCount
int getSubscriberCount()Returns the subscriber count of the list- Returns:
- the subscriber count of the list
-
getMemberCount
int getMemberCount()Returns the member count of the list- Returns:
- the member count of the list
-
getURI
URI getURI()Returns the uri of the list- Returns:
- the uri of the list
-
isPublic
boolean isPublic()tests if the list is public- Returns:
- if the list is public
-
getUser
User getUser()Returns the user of the list- Returns:
- the user of the list
-
isFollowing
boolean isFollowing()Returns if the authenticated user is following the list- Returns:
- if the authenticated user is following the list
-
getCreatedAt
LocalDateTime getCreatedAt()- Returns:
- the date created the list
- Since:
- Twitter4J 4.0.1
-