public class TermsAndConditionsAcceptanceStatusRequestBuilder extends BaseRequestBuilder implements ITermsAndConditionsAcceptanceStatusRequestBuilder
Constructor and Description |
---|
TermsAndConditionsAcceptanceStatusRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the TermsAndConditionsAcceptanceStatus
|
Modifier and Type | Method and Description |
---|---|
ITermsAndConditionsAcceptanceStatusRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ITermsAndConditionsAcceptanceStatusRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ITermsAndConditionsWithReferenceRequestBuilder |
termsAndConditions()
Gets the request builder for TermsAndConditions
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public TermsAndConditionsAcceptanceStatusRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic ITermsAndConditionsAcceptanceStatusRequest buildRequest(Option... requestOptions)
buildRequest
in interface ITermsAndConditionsAcceptanceStatusRequestBuilder
requestOptions
- the options for this requestpublic ITermsAndConditionsAcceptanceStatusRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface ITermsAndConditionsAcceptanceStatusRequestBuilder
requestOptions
- the options for this requestpublic ITermsAndConditionsWithReferenceRequestBuilder termsAndConditions()
termsAndConditions
in interface ITermsAndConditionsAcceptanceStatusRequestBuilder