Package | Description |
---|---|
twitter4j.api |
APIs represents Twitter API resources
|
Modifier and Type | Method and Description |
---|---|
AccountSettings |
UsersResources.getAccountSettings()
Returns the current trend, geo, language, timezone and sleep time information for the authenticating user.
|
AccountSettings |
UsersResources.updateAccountSettings(Integer trendLocationWoeid,
Boolean sleepTimeEnabled,
String startSleepTime,
String endSleepTime,
String timeZone,
String lang)
Updates the current trend, geo, language, timezone and sleep time information for the authenticating user.
|
AccountSettings |
UsersResources.updateAllowDmsFrom(String allowDmsFrom)
Updates the allowDmsFrom settings for the authenticating user.
|
Copyright © 2018. All rights reserved.