Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
UpdateProfileRequest |
UpdateProfileRequest.withAdditionalProperty(String name,
Object value) |
UpdateProfileRequest |
UpdateProfileRequest.withDescription(String description) |
UpdateProfileRequest |
UpdateProfileRequest.withIncludeEntities(String includeEntities) |
UpdateProfileRequest |
UpdateProfileRequest.withLocation(String location) |
UpdateProfileRequest |
UpdateProfileRequest.withName(String name) |
UpdateProfileRequest |
UpdateProfileRequest.withProfileLinkColor(String profileLinkColor) |
UpdateProfileRequest |
UpdateProfileRequest.withSkipStatus(String skipStatus) |
UpdateProfileRequest |
UpdateProfileRequest.withUrl(String url) |
Modifier and Type | Method and Description |
---|---|
User |
Account.updateProfile(UpdateProfileRequest parameters)
Sets some values that users are able to set under the “Account” tab of their settings page.
|
User |
Twitter.updateProfile(UpdateProfileRequest parameters) |
AccountSettings |
Account.updateSettings(UpdateProfileRequest parameters)
Updates the authenticating user’s settings.
|
AccountSettings |
Twitter.updateSettings(UpdateProfileRequest parameters) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.