@Generated(value="org.jsonschema2pojo") public class FollowingListRequest extends Object implements Serializable
Constructor and Description |
---|
FollowingListRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
The number of users to return per page, up to a maximum of 200.
|
Long |
getCursor()
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
Long |
getId()
The ID of the user for whom to return results for.
|
Long |
getIncludeUserEntities()
The user object entities node will not be included when set to false.
|
String |
getScreenName()
The screen name of the user for whom to return results for.
|
Boolean |
getSkipStatus()
When set to either true , t or 1 , statuses will not be included in the returned user objects.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
The number of users to return per page, up to a maximum of 200.
|
void |
setCursor(Long cursor)
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
void |
setId(Long id)
The ID of the user for whom to return results for.
|
void |
setIncludeUserEntities(Long includeUserEntities)
The user object entities node will not be included when set to false.
|
void |
setScreenName(String screenName)
The screen name of the user for whom to return results for.
|
void |
setSkipStatus(Boolean skipStatus)
When set to either true , t or 1 , statuses will not be included in the returned user objects.
|
String |
toString() |
FollowingListRequest |
withAdditionalProperty(String name,
Object value) |
FollowingListRequest |
withCount(Long count) |
FollowingListRequest |
withCursor(Long cursor) |
FollowingListRequest |
withId(Long id) |
FollowingListRequest |
withIncludeUserEntities(Long includeUserEntities) |
FollowingListRequest |
withScreenName(String screenName) |
FollowingListRequest |
withSkipStatus(Boolean skipStatus) |
@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic FollowingListRequest withId(Long id)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic FollowingListRequest withScreenName(String screenName)
@BeanProperty(value="cursor") public Long getCursor()
@BeanProperty(value="cursor") public void setCursor(Long cursor)
cursor
- The cursorpublic FollowingListRequest withCursor(Long cursor)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic FollowingListRequest withCount(Long count)
@BeanProperty(value="skip_status") public Boolean getSkipStatus()
@BeanProperty(value="skip_status") public void setSkipStatus(Boolean skipStatus)
skipStatus
- The skip_statuspublic FollowingListRequest withSkipStatus(Boolean skipStatus)
@BeanProperty(value="include_user_entities") public Long getIncludeUserEntities()
@BeanProperty(value="include_user_entities") public void setIncludeUserEntities(Long includeUserEntities)
includeUserEntities
- The include_user_entitiespublic FollowingListRequest withIncludeUserEntities(Long includeUserEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FollowingListRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.