Example usage for Java twitter4j UserList fields, constructors, methods, implement or subclass
The text is from its open source code.
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 |
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 |