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