@Generated(value="org.jsonschema2pojo") public class AccountSettingsResponse extends Object implements Serializable
Constructor and Description |
---|
AccountSettingsResponse() |
@BeanProperty(value="always_use_https") public Boolean getAlwaysUseHttps()
@BeanProperty(value="always_use_https") public void setAlwaysUseHttps(Boolean alwaysUseHttps)
alwaysUseHttps
- The always_use_httpspublic AccountSettingsResponse withAlwaysUseHttps(Boolean alwaysUseHttps)
@BeanProperty(value="discoverable_by_email") public Boolean getDiscoverableByEmail()
@BeanProperty(value="discoverable_by_email") public void setDiscoverableByEmail(Boolean discoverableByEmail)
discoverableByEmail
- The discoverable_by_emailpublic AccountSettingsResponse withDiscoverableByEmail(Boolean discoverableByEmail)
@BeanProperty(value="geo_enabled") public Boolean getGeoEnabled()
@BeanProperty(value="geo_enabled") public void setGeoEnabled(Boolean geoEnabled)
geoEnabled
- The geo_enabledpublic AccountSettingsResponse withGeoEnabled(Boolean geoEnabled)
@BeanProperty(value="language") public String getLanguage()
@BeanProperty(value="language") public void setLanguage(String language)
language
- The languagepublic AccountSettingsResponse withLanguage(String language)
@BeanProperty(value="protected") public Boolean getProtected()
@BeanProperty(value="protected") public void setProtected(Boolean _protected)
_protected
- The protectedpublic AccountSettingsResponse withProtected(Boolean _protected)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic AccountSettingsResponse withScreenName(String screenName)
@BeanProperty(value="show_all_inline_media") public Boolean getShowAllInlineMedia()
@BeanProperty(value="show_all_inline_media") public void setShowAllInlineMedia(Boolean showAllInlineMedia)
showAllInlineMedia
- The show_all_inline_mediapublic AccountSettingsResponse withShowAllInlineMedia(Boolean showAllInlineMedia)
@BeanProperty(value="sleep_time") public SleepTime getSleepTime()
@BeanProperty(value="sleep_time") public void setSleepTime(SleepTime sleepTime)
sleepTime
- The sleep_timepublic AccountSettingsResponse withSleepTime(SleepTime sleepTime)
@BeanProperty(value="time_zone") public TimeZone getTimeZone()
@BeanProperty(value="time_zone") public void setTimeZone(TimeZone timeZone)
timeZone
- The time_zonepublic AccountSettingsResponse withTimeZone(TimeZone timeZone)
@BeanProperty(value="trend_location") public List<TrendLocation> getTrendLocation()
@BeanProperty(value="trend_location") public void setTrendLocation(List<TrendLocation> trendLocation)
trendLocation
- The trend_locationpublic AccountSettingsResponse withTrendLocation(List<TrendLocation> trendLocation)
@BeanProperty(value="use_cookie_personalization") public Boolean getUseCookiePersonalization()
@BeanProperty(value="use_cookie_personalization") public void setUseCookiePersonalization(Boolean useCookiePersonalization)
useCookiePersonalization
- The use_cookie_personalizationpublic AccountSettingsResponse withUseCookiePersonalization(Boolean useCookiePersonalization)
@BeanProperty(value="allow_contributor_request") public String getAllowContributorRequest()
@BeanProperty(value="allow_contributor_request") public void setAllowContributorRequest(String allowContributorRequest)
allowContributorRequest
- The allow_contributor_requestpublic AccountSettingsResponse withAllowContributorRequest(String allowContributorRequest)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public AccountSettingsResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.