@Generated(value="org.jsonschema2pojo") public class DirectMessagesSentRequest extends Object implements Serializable
Constructor and Description |
---|
DirectMessagesSentRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Specifies the number of records to retrieve.
|
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 |
getPage()
Specifies the page of results to retrieve.
|
Long |
getSinceId()
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
Specifies the number of records to retrieve.
|
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 |
setPage(Long page)
Specifies the page of results to retrieve.
|
void |
setSinceId(Long sinceId)
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
String |
toString() |
DirectMessagesSentRequest |
withAdditionalProperty(String name,
Object value) |
DirectMessagesSentRequest |
withCount(Long count) |
DirectMessagesSentRequest |
withIncludeEntities(Boolean includeEntities) |
DirectMessagesSentRequest |
withMaxId(Long maxId) |
DirectMessagesSentRequest |
withPage(Long page) |
DirectMessagesSentRequest |
withSinceId(Long sinceId) |
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic DirectMessagesSentRequest withCount(Long count)
@BeanProperty(value="since_id") public Long getSinceId()
@BeanProperty(value="since_id") public void setSinceId(Long sinceId)
sinceId
- The since_idpublic DirectMessagesSentRequest withSinceId(Long sinceId)
@BeanProperty(value="max_id") public Long getMaxId()
@BeanProperty(value="max_id") public void setMaxId(Long maxId)
maxId
- The max_idpublic DirectMessagesSentRequest withMaxId(Long maxId)
@BeanProperty(value="page") public Long getPage()
@BeanProperty(value="page") public void setPage(Long page)
page
- The pagepublic DirectMessagesSentRequest withPage(Long page)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic DirectMessagesSentRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public DirectMessagesSentRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.