Package com.mediumapi.domain.users
Class MediumUserFollowers
java.lang.Object
com.mediumapi.domain.users.MediumUserFollowers
Returns the list of `user_ids` of the followers of the user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFollowersItem(String followersItem) getCount()Get countGet followersgetId()Get idgetNext()Get nextGet totalFollowersvoidvoidsetFollowers(List<String> followers) voidvoidvoidsetTotalFollowers(Integer totalFollowers) totalFollowers(Integer totalFollowers)
-
Constructor Details
-
MediumUserFollowers
public MediumUserFollowers()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
followers
-
addFollowersItem
-
getFollowers
Get followers- Returns:
- followers
-
setFollowers
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
next
-
getNext
Get next- Returns:
- next
-
setNext
-
totalFollowers
-
getTotalFollowers
Get totalFollowers- Returns:
- totalFollowers
-
setTotalFollowers
-