public class ComplianceManagementPartnerCollectionRequest extends BaseCollectionRequest<ComplianceManagementPartnerCollectionResponse,IComplianceManagementPartnerCollectionPage> implements IComplianceManagementPartnerCollectionRequest
| Constructor and Description |
|---|
ComplianceManagementPartnerCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ComplianceManagementPartner
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ComplianceManagementPartnerCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IComplianceManagementPartnerCollectionPage> callback)
get in interface IComplianceManagementPartnerCollectionRequestpublic IComplianceManagementPartnerCollectionPage get() throws ClientException
get in interface IComplianceManagementPartnerCollectionRequestClientExceptionpublic void post(ComplianceManagementPartner newComplianceManagementPartner, ICallback<? super ComplianceManagementPartner> callback)
post in interface IComplianceManagementPartnerCollectionRequestpublic ComplianceManagementPartner post(ComplianceManagementPartner newComplianceManagementPartner) throws ClientException
post in interface IComplianceManagementPartnerCollectionRequestClientExceptionpublic IComplianceManagementPartnerCollectionRequest expand(java.lang.String value)
expand in interface IComplianceManagementPartnerCollectionRequestvalue - the expand clausepublic IComplianceManagementPartnerCollectionRequest filter(java.lang.String value)
filter in interface IComplianceManagementPartnerCollectionRequestvalue - the filter clausepublic IComplianceManagementPartnerCollectionRequest orderBy(java.lang.String value)
orderBy in interface IComplianceManagementPartnerCollectionRequestvalue - the order by clausepublic IComplianceManagementPartnerCollectionRequest select(java.lang.String value)
select in interface IComplianceManagementPartnerCollectionRequestvalue - the select clausepublic IComplianceManagementPartnerCollectionRequest top(int value)
top in interface IComplianceManagementPartnerCollectionRequestvalue - the max number of items to returnpublic IComplianceManagementPartnerCollectionRequest skip(int value)
skip in interface IComplianceManagementPartnerCollectionRequestvalue - of the number of items to skippublic IComplianceManagementPartnerCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IComplianceManagementPartnerCollectionRequestskipToken - - Token for paginationpublic IComplianceManagementPartnerCollectionPage buildFromResponse(ComplianceManagementPartnerCollectionResponse response)