@Generated(value="org.jsonschema2pojo") public class FriendshipsOutgoingRequest extends Object implements Serializable
Constructor and Description |
---|
FriendshipsOutgoingRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCursor()
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
Boolean |
getStringifyIds()
Many programming environments will not consume our Tweet ids due to their size.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCursor(Long cursor)
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
void |
setStringifyIds(Boolean stringifyIds)
Many programming environments will not consume our Tweet ids due to their size.
|
String |
toString() |
FriendshipsOutgoingRequest |
withAdditionalProperty(String name,
Object value) |
FriendshipsOutgoingRequest |
withCursor(Long cursor) |
FriendshipsOutgoingRequest |
withStringifyIds(Boolean stringifyIds) |
@BeanProperty(value="cursor") public Long getCursor()
@BeanProperty(value="cursor") public void setCursor(Long cursor)
cursor
- The cursorpublic FriendshipsOutgoingRequest withCursor(Long cursor)
@BeanProperty(value="stringify_ids") public Boolean getStringifyIds()
@BeanProperty(value="stringify_ids") public void setStringifyIds(Boolean stringifyIds)
stringifyIds
- The stringify_idspublic FriendshipsOutgoingRequest withStringifyIds(Boolean stringifyIds)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendshipsOutgoingRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.