public class DeviceManagementPartnerCollectionRequest extends BaseCollectionRequest<DeviceManagementPartnerCollectionResponse,IDeviceManagementPartnerCollectionPage> implements IDeviceManagementPartnerCollectionRequest
| Constructor and Description |
|---|
DeviceManagementPartnerCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceManagementPartner
|
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 DeviceManagementPartnerCollectionRequest(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 IDeviceManagementPartnerCollectionPage> callback)
get in interface IDeviceManagementPartnerCollectionRequestpublic IDeviceManagementPartnerCollectionPage get() throws ClientException
get in interface IDeviceManagementPartnerCollectionRequestClientExceptionpublic void post(DeviceManagementPartner newDeviceManagementPartner, ICallback<? super DeviceManagementPartner> callback)
post in interface IDeviceManagementPartnerCollectionRequestpublic DeviceManagementPartner post(DeviceManagementPartner newDeviceManagementPartner) throws ClientException
post in interface IDeviceManagementPartnerCollectionRequestClientExceptionpublic IDeviceManagementPartnerCollectionRequest expand(java.lang.String value)
expand in interface IDeviceManagementPartnerCollectionRequestvalue - the expand clausepublic IDeviceManagementPartnerCollectionRequest filter(java.lang.String value)
filter in interface IDeviceManagementPartnerCollectionRequestvalue - the filter clausepublic IDeviceManagementPartnerCollectionRequest orderBy(java.lang.String value)
orderBy in interface IDeviceManagementPartnerCollectionRequestvalue - the order by clausepublic IDeviceManagementPartnerCollectionRequest select(java.lang.String value)
select in interface IDeviceManagementPartnerCollectionRequestvalue - the select clausepublic IDeviceManagementPartnerCollectionRequest top(int value)
top in interface IDeviceManagementPartnerCollectionRequestvalue - the max number of items to returnpublic IDeviceManagementPartnerCollectionRequest skip(int value)
skip in interface IDeviceManagementPartnerCollectionRequestvalue - of the number of items to skippublic IDeviceManagementPartnerCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDeviceManagementPartnerCollectionRequestskipToken - - Token for paginationpublic IDeviceManagementPartnerCollectionPage buildFromResponse(DeviceManagementPartnerCollectionResponse response)