public class PlaceCollectionRequestBuilder extends BaseRequestBuilder implements IPlaceCollectionRequestBuilder
| Constructor and Description |
|---|
PlaceCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Place
|
| Modifier and Type | Method and Description |
|---|---|
IPlaceCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IPlaceCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IPlaceRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PlaceCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IPlaceCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IPlaceCollectionRequestBuilderrequestOptions - the options for this requestpublic IPlaceCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPlaceCollectionRequestBuilderrequestOptions - the options for this requestpublic IPlaceRequestBuilder byId(java.lang.String id)
byId in interface IPlaceCollectionRequestBuilder