public class OrgContactCollectionRequestBuilder extends BaseRequestBuilder implements IOrgContactCollectionRequestBuilder
| Constructor and Description |
|---|
OrgContactCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OrgContact
|
| Modifier and Type | Method and Description |
|---|---|
IOrgContactCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IOrgContactCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOrgContactRequestBuilder |
byId(java.lang.String id) |
IOrgContactDeltaCollectionRequestBuilder |
delta() |
IOrgContactDeltaCollectionRequestBuilder |
delta(java.lang.String deltaLink) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OrgContactCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOrgContactCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IOrgContactCollectionRequestBuilderrequestOptions - the options for this requestpublic IOrgContactCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOrgContactCollectionRequestBuilderrequestOptions - the options for this requestpublic IOrgContactRequestBuilder byId(java.lang.String id)
byId in interface IOrgContactCollectionRequestBuilderpublic IOrgContactDeltaCollectionRequestBuilder delta()
delta in interface IOrgContactCollectionRequestBuilderpublic IOrgContactDeltaCollectionRequestBuilder delta(java.lang.String deltaLink)
delta in interface IOrgContactCollectionRequestBuilder