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