Example usage for Java twitter4j AccountSettings fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getLanguage() Returns the language used to render Twitter's UII for this user. |
String | getScreenName() Returns the user's screen name |
String | getSleepEndTime() Returns sleep end time. |
String | getSleepStartTime() Returns sleep start time. |
TimeZone | getTimeZone() Returns the timezone configured for this user. |
Location[] | getTrendLocations() Return the user's trend locations |
boolean | isAlwaysUseHttps() Returns true if the wants to always access twitter using HTTPS. |
boolean | isDiscoverableByEmail() Returns true if the user is discoverable by email. |
boolean | isGeoEnabled() Return true if the user is enabling geo location |
boolean | isSleepTimeEnabled() Returns true if the user enabled sleep time. |