@Generated(value="org.jsonschema2pojo") public class FriendshipsLookupRequest extends Object implements Serializable
Constructor and Description |
---|
FriendshipsLookupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getScreenName()
A comma separated list of screen names, up to 100 are allowed in a single request.
|
List<Long> |
getUserId()
A comma separated list of user IDs, up to 100 are allowed in a single request.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setScreenName(List<String> screenName)
A comma separated list of screen names, up to 100 are allowed in a single request.
|
void |
setUserId(List<Long> userId)
A comma separated list of user IDs, up to 100 are allowed in a single request.
|
String |
toString() |
FriendshipsLookupRequest |
withAdditionalProperty(String name,
Object value) |
FriendshipsLookupRequest |
withScreenName(List<String> screenName) |
FriendshipsLookupRequest |
withUserId(List<Long> userId) |
@BeanProperty(value="user_id") public List<Long> getUserId()
@BeanProperty(value="user_id") public void setUserId(List<Long> userId)
userId
- The user_idpublic FriendshipsLookupRequest withUserId(List<Long> userId)
@BeanProperty(value="screen_name") public List<String> getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(List<String> screenName)
screenName
- The screen_namepublic FriendshipsLookupRequest withScreenName(List<String> screenName)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendshipsLookupRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.