Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
Account.settings()
Returns settings (including current trend, geo and sleep time information) for the authenticating user.
|
AccountSettings |
Twitter.settings() |
AccountSettings |
Account.updateSettings(UpdateProfileRequest parameters)
Updates the authenticating user’s settings.
|
AccountSettings |
Twitter.updateSettings(UpdateProfileRequest parameters) |
AccountSettings |
AccountSettings.withAdditionalProperty(String name,
Object value) |
AccountSettings |
AccountSettings.withAllowContributorRequest(String allowContributorRequest) |
AccountSettings |
AccountSettings.withAlwaysUseHttps(Boolean alwaysUseHttps) |
AccountSettings |
AccountSettings.withDiscoverableByEmail(Boolean discoverableByEmail) |
AccountSettings |
AccountSettings.withGeoEnabled(Boolean geoEnabled) |
AccountSettings |
AccountSettings.withLanguage(String language) |
AccountSettings |
AccountSettings.withProtected(Boolean _protected) |
AccountSettings |
AccountSettings.withScreenName(String screenName) |
AccountSettings |
AccountSettings.withShowAllInlineMedia(Boolean showAllInlineMedia) |
AccountSettings |
AccountSettings.withSleepTime(SleepTime_ sleepTime) |
AccountSettings |
AccountSettings.withTimeZone(TimeZone_ timeZone) |
AccountSettings |
AccountSettings.withTrendLocation(List<TrendLocation_> trendLocation) |
AccountSettings |
AccountSettings.withUseCookiePersonalization(Boolean useCookiePersonalization) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.