public class ApplicationCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IApplicationCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
ApplicationCollectionWithReferencesRequestBuilder(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 |
|---|---|
IApplicationCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IApplicationCollectionWithReferencesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IApplicationWithReferenceRequestBuilder |
byId(java.lang.String id) |
IApplicationCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ApplicationCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IApplicationCollectionWithReferencesRequest buildRequest(Option... requestOptions)
buildRequest in interface IApplicationCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IApplicationCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IApplicationCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IApplicationWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IApplicationCollectionWithReferencesRequestBuilderpublic IApplicationCollectionReferenceRequestBuilder references()
references in interface IApplicationCollectionWithReferencesRequestBuilder