@Remoteable(path="https://api.twitter.com/1.1/tweets/search/30day")
public interface ThirtyDaySearch
| Modifier and Type | Method and Description |
|---|---|
ThirtyDaySearchResponse |
thirtyDaySearch(String environment,
ThirtyDaySearchRequest searchRequest)
Returns a collection of relevant Tweets matching a specified query.
|
static final String path
@RemoteMethod(httpMethod="POST",
path="/{environment}.json")
ThirtyDaySearchResponse thirtyDaySearch(@Path(value="environment")
String environment,
@Body
ThirtyDaySearchRequest searchRequest)
environment - "environment to use"searchRequest - ThirtyDaySearchRequestThirtyDaySearchResponseCopyright © 2018 The Apache Software Foundation. All rights reserved.