@Generated(value="org.jsonschema2pojo") public class UpdateProfileRequest extends Object implements Serializable
Constructor and Description |
---|
UpdateProfileRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription()
A description of the user owning the account.
|
String |
getIncludeEntities()
The entities node will not be included when set to false.
|
String |
getLocation()
The city or country describing where the user of the account is located.
|
String |
getName()
Full name associated with the profile.
|
String |
getProfileLinkColor()
Sets a hex value that controls the color scheme of links used on the authenticating user’s profile page on twitter.com.
|
String |
getSkipStatus()
When set to either true , t or 1 statuses will not be included in the returned user objects.
|
String |
getUrl()
URL associated with the profile.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDescription(String description)
A description of the user owning the account.
|
void |
setIncludeEntities(String includeEntities)
The entities node will not be included when set to false.
|
void |
setLocation(String location)
The city or country describing where the user of the account is located.
|
void |
setName(String name)
Full name associated with the profile.
|
void |
setProfileLinkColor(String profileLinkColor)
Sets a hex value that controls the color scheme of links used on the authenticating user’s profile page on twitter.com.
|
void |
setSkipStatus(String skipStatus)
When set to either true , t or 1 statuses will not be included in the returned user objects.
|
void |
setUrl(String url)
URL associated with the profile.
|
String |
toString() |
UpdateProfileRequest |
withAdditionalProperty(String name,
Object value) |
UpdateProfileRequest |
withDescription(String description) |
UpdateProfileRequest |
withIncludeEntities(String includeEntities) |
UpdateProfileRequest |
withLocation(String location) |
UpdateProfileRequest |
withName(String name) |
UpdateProfileRequest |
withProfileLinkColor(String profileLinkColor) |
UpdateProfileRequest |
withSkipStatus(String skipStatus) |
UpdateProfileRequest |
withUrl(String url) |
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The namepublic UpdateProfileRequest withName(String name)
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url
- The urlpublic UpdateProfileRequest withUrl(String url)
@BeanProperty(value="location") public String getLocation()
@BeanProperty(value="location") public void setLocation(String location)
location
- The locationpublic UpdateProfileRequest withLocation(String location)
@BeanProperty(value="description") public String getDescription()
@BeanProperty(value="description") public void setDescription(String description)
description
- The descriptionpublic UpdateProfileRequest withDescription(String description)
@BeanProperty(value="profile_link_color") public String getProfileLinkColor()
@BeanProperty(value="profile_link_color") public void setProfileLinkColor(String profileLinkColor)
profileLinkColor
- The profile_link_colorpublic UpdateProfileRequest withProfileLinkColor(String profileLinkColor)
@BeanProperty(value="include_entities") public String getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(String includeEntities)
includeEntities
- The include_entitiespublic UpdateProfileRequest withIncludeEntities(String includeEntities)
@BeanProperty(value="skip_status") public String getSkipStatus()
@BeanProperty(value="skip_status") public void setSkipStatus(String skipStatus)
skipStatus
- The skip_statuspublic UpdateProfileRequest withSkipStatus(String skipStatus)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public UpdateProfileRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.