public class AccountSettings extends TwitterObject
Modifier and Type | Class and Description |
---|---|
static class |
AccountSettings.SleepTime
The account's mobile update sleep time settings.
|
static class |
AccountSettings.TimeZone
The account's timezone settings.
|
static class |
AccountSettings.TrendLocation
The account's trend location settings.
|
Constructor and Description |
---|
AccountSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage() |
String |
getScreenName() |
AccountSettings.SleepTime |
getSleepTime() |
AccountSettings.TimeZone |
getTimeZone() |
List<AccountSettings.TrendLocation> |
getTrendLocation() |
boolean |
isAlwaysUseHttps() |
boolean |
isDiscoverableByEmail() |
boolean |
isDiscoverableByMobilePhone() |
boolean |
isDisplaySensitiveMedia() |
boolean |
isGeoEnabled() |
boolean |
isProtected() |
boolean |
isUseCookiePersonalization() |
add, getExtraData
public boolean isAlwaysUseHttps()
public boolean isDiscoverableByEmail()
public boolean isDiscoverableByMobilePhone()
public boolean isDisplaySensitiveMedia()
public boolean isGeoEnabled()
public String getLanguage()
public boolean isProtected()
public String getScreenName()
public boolean isUseCookiePersonalization()
public AccountSettings.TimeZone getTimeZone()
public AccountSettings.SleepTime getSleepTime()
public List<AccountSettings.TrendLocation> getTrendLocation()