Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
Modifier and Type | Method and Description |
---|---|
StatusDetails |
StatusDetails.setDisplayCoordinates(boolean displayCoordinates)
Indicates that Twitter should pinpoint the location precisely when
displaying it on a map.
|
StatusDetails |
StatusDetails.setInReplyToStatusId(long inReplyToStatusId)
Sets the ID of an existing status that this status is in reply to.
|
StatusDetails |
StatusDetails.setLocation(float latitude,
float longitude)
Sets the location of the status update in latitude and longitude.
|
StatusDetails |
StatusDetails.setWrapLinks(boolean wrapLinks) |
Modifier and Type | Method and Description |
---|---|
Tweet |
TimelineOperations.updateStatus(String status,
org.springframework.core.io.Resource photo,
StatusDetails details)
Updates the user's status, including a picture and additional metadata concerning the status.
|
Tweet |
TimelineOperations.updateStatus(String status,
StatusDetails details)
Updates the user's status, including additional metadata concerning the status.
|
Copyright © 2019. All rights reserved.