@Generated(value="org.jsonschema2pojo") public class AccountSettings extends Object implements Serializable
Constructor and Description |
---|
AccountSettings() |
@BeanProperty(value="always_use_https") public Boolean getAlwaysUseHttps()
@BeanProperty(value="always_use_https") public void setAlwaysUseHttps(Boolean alwaysUseHttps)
alwaysUseHttps
- The always_use_httpspublic AccountSettings 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 AccountSettings withDiscoverableByEmail(Boolean discoverableByEmail)
@BeanProperty(value="geo_enabled") public Boolean getGeoEnabled()
@BeanProperty(value="geo_enabled") public void setGeoEnabled(Boolean geoEnabled)
geoEnabled
- The geo_enabledpublic AccountSettings withGeoEnabled(Boolean geoEnabled)
@BeanProperty(value="language") public String getLanguage()
@BeanProperty(value="language") public void setLanguage(String language)
language
- The languagepublic AccountSettings withLanguage(String language)
@BeanProperty(value="protected") public Boolean getProtected()
@BeanProperty(value="protected") public void setProtected(Boolean _protected)
_protected
- The protectedpublic AccountSettings withProtected(Boolean _protected)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic AccountSettings 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 AccountSettings withShowAllInlineMedia(Boolean showAllInlineMedia)
@BeanProperty(value="sleep_time") public SleepTime_ getSleepTime()
@BeanProperty(value="sleep_time") public void setSleepTime(SleepTime_ sleepTime)
sleepTime
- The sleep_timepublic AccountSettings withSleepTime(SleepTime_ sleepTime)
@BeanProperty(value="time_zone") public TimeZone_ getTimeZone()
@BeanProperty(value="time_zone") public void setTimeZone(TimeZone_ timeZone)
timeZone
- The time_zonepublic AccountSettings 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 AccountSettings 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 AccountSettings 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 AccountSettings withAllowContributorRequest(String allowContributorRequest)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public AccountSettings withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.