パッケージ twitter4j.v1
インタフェース UserList
- すべてのスーパーインタフェース:
Comparable<UserList>
,Serializable
,TwitterResponse
A data interface representing Basic list information element
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース twitter4j.TwitterResponse
TwitterResponse.AccessLevel
-
メソッドの概要
修飾子とタイプメソッド説明Returns the description of the listReturns the full name of the listlong
getId()
Returns the id of the listint
Returns the member count of the listgetName()
Returns the name of the listgetSlug()
Returns the slug of the listint
Returns the subscriber count of the listgetURI()
Returns the uri of the listgetUser()
Returns the user of the listboolean
Returns if the authenticated user is following the listboolean
isPublic()
tests if the list is publicインタフェースから継承されたメソッド java.lang.Comparable
compareTo
インタフェースから継承されたメソッド twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
-
メソッドの詳細
-
getId
long getId()Returns the id of the list- 戻り値:
- the id of the list
-
getName
String getName()Returns the name of the list- 戻り値:
- the name of the list
-
getFullName
String getFullName()Returns the full name of the list- 戻り値:
- the full name of the list
-
getSlug
String getSlug()Returns the slug of the list- 戻り値:
- the slug of the list
-
getDescription
String getDescription()Returns the description of the list- 戻り値:
- the description of the list
-
getSubscriberCount
int getSubscriberCount()Returns the subscriber count of the list- 戻り値:
- the subscriber count of the list
-
getMemberCount
int getMemberCount()Returns the member count of the list- 戻り値:
- the member count of the list
-
getURI
URI getURI()Returns the uri of the list- 戻り値:
- the uri of the list
-
isPublic
boolean isPublic()tests if the list is public- 戻り値:
- if the list is public
-
getUser
User getUser()Returns the user of the list- 戻り値:
- the user of the list
-
isFollowing
boolean isFollowing()Returns if the authenticated user is following the list- 戻り値:
- if the authenticated user is following the list
-
getCreatedAt
LocalDateTime getCreatedAt()- 戻り値:
- the date created the list
- 導入されたバージョン:
- Twitter4J 4.0.1
-