public class GroupWithReferenceRequestBuilder extends BaseRequestBuilder implements IGroupWithReferenceRequestBuilder
| Constructor and Description |
|---|
GroupWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Group
|
| Modifier and Type | Method and Description |
|---|---|
IGroupWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IGroupWithReferenceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IGroupReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic GroupWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IGroupWithReferenceRequest buildRequest(Option... requestOptions)
buildRequest in interface IGroupWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IGroupWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IGroupWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IGroupReferenceRequestBuilder reference()
reference in interface IGroupWithReferenceRequestBuilder