public class AgreementRequestBuilder extends BaseRequestBuilder implements IAgreementRequestBuilder
| Constructor and Description |
|---|
AgreementRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Agreement
|
| Modifier and Type | Method and Description |
|---|---|
IAgreementAcceptanceCollectionRequestBuilder |
acceptances() |
IAgreementAcceptanceRequestBuilder |
acceptances(java.lang.String id) |
IAgreementRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IAgreementRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IAgreementFileRequestBuilder |
file()
Gets the request builder for AgreementFile
|
IAgreementFileLocalizationCollectionRequestBuilder |
files() |
IAgreementFileLocalizationRequestBuilder |
files(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic AgreementRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IAgreementRequest buildRequest(Option... requestOptions)
buildRequest in interface IAgreementRequestBuilderrequestOptions - the options for this requestpublic IAgreementRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAgreementRequestBuilderrequestOptions - the options for this requestpublic IAgreementAcceptanceCollectionRequestBuilder acceptances()
acceptances in interface IAgreementRequestBuilderpublic IAgreementAcceptanceRequestBuilder acceptances(java.lang.String id)
acceptances in interface IAgreementRequestBuilderpublic IAgreementFileRequestBuilder file()
file in interface IAgreementRequestBuilderpublic IAgreementFileLocalizationCollectionRequestBuilder files()
files in interface IAgreementRequestBuilderpublic IAgreementFileLocalizationRequestBuilder files(java.lang.String id)
files in interface IAgreementRequestBuilder