@Generated(value="org.jsonschema2pojo") public class DirectMessagesListRequest extends Object implements Serializable
Constructor and Description |
---|
DirectMessagesListRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Max number of events to be returned.
|
Boolean |
getIncludeEntities()
The entities node will not be included when set to false.
|
Long |
getMaxId()
Returns results with an ID less than (that is, older than) or equal to the specified ID.
|
Long |
getSinceId()
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
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)
Max number of events to be returned.
|
void |
setIncludeEntities(Boolean includeEntities)
The entities node will not be included when set to false.
|
void |
setMaxId(Long maxId)
Returns results with an ID less than (that is, older than) or equal to the specified ID.
|
void |
setSinceId(Long sinceId)
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
void |
setSkipStatus(Boolean skipStatus)
When set to either true , t or 1 statuses will not be included in the returned user objects.
|
String |
toString() |
DirectMessagesListRequest |
withAdditionalProperty(String name,
Object value) |
DirectMessagesListRequest |
withCount(Long count) |
DirectMessagesListRequest |
withIncludeEntities(Boolean includeEntities) |
DirectMessagesListRequest |
withMaxId(Long maxId) |
DirectMessagesListRequest |
withSinceId(Long sinceId) |
DirectMessagesListRequest |
withSkipStatus(Boolean skipStatus) |
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic DirectMessagesListRequest withCount(Long count)
@BeanProperty(value="since_id") public Long getSinceId()
@BeanProperty(value="since_id") public void setSinceId(Long sinceId)
sinceId
- The since_idpublic DirectMessagesListRequest withSinceId(Long sinceId)
@BeanProperty(value="max_id") public Long getMaxId()
@BeanProperty(value="max_id") public void setMaxId(Long maxId)
maxId
- The max_idpublic DirectMessagesListRequest withMaxId(Long maxId)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic DirectMessagesListRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(value="skip_status") public Boolean getSkipStatus()
@BeanProperty(value="skip_status") public void setSkipStatus(Boolean skipStatus)
skipStatus
- The skip_statuspublic DirectMessagesListRequest withSkipStatus(Boolean skipStatus)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public DirectMessagesListRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.