public interface ITrendingRequestBuilder extends IRequestBuilder
Modifier and Type | Method and Description |
---|---|
ITrendingRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
ITrendingRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEntityWithReferenceRequestBuilder |
resource()
Gets the request builder for Entity
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
ITrendingRequest buildRequest(Option... requestOptions)
requestOptions
- the options for this requestITrendingRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions
- the options for this requestIEntityWithReferenceRequestBuilder resource()