public class DeviceManagementTroubleshootingEventCollectionRequest extends BaseCollectionRequest<DeviceManagementTroubleshootingEventCollectionResponse,IDeviceManagementTroubleshootingEventCollectionPage> implements IDeviceManagementTroubleshootingEventCollectionRequest
| Constructor and Description |
|---|
DeviceManagementTroubleshootingEventCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceManagementTroubleshootingEvent
|
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 DeviceManagementTroubleshootingEventCollectionRequest(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 IDeviceManagementTroubleshootingEventCollectionPage> callback)
get in interface IDeviceManagementTroubleshootingEventCollectionRequestpublic IDeviceManagementTroubleshootingEventCollectionPage get() throws ClientException
get in interface IDeviceManagementTroubleshootingEventCollectionRequestClientExceptionpublic void post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent, ICallback<? super DeviceManagementTroubleshootingEvent> callback)
post in interface IDeviceManagementTroubleshootingEventCollectionRequestpublic DeviceManagementTroubleshootingEvent post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent) throws ClientException
post in interface IDeviceManagementTroubleshootingEventCollectionRequestClientExceptionpublic IDeviceManagementTroubleshootingEventCollectionRequest expand(java.lang.String value)
expand in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - the expand clausepublic IDeviceManagementTroubleshootingEventCollectionRequest filter(java.lang.String value)
filter in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - the filter clausepublic IDeviceManagementTroubleshootingEventCollectionRequest orderBy(java.lang.String value)
orderBy in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - the order by clausepublic IDeviceManagementTroubleshootingEventCollectionRequest select(java.lang.String value)
select in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - the select clausepublic IDeviceManagementTroubleshootingEventCollectionRequest top(int value)
top in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - the max number of items to returnpublic IDeviceManagementTroubleshootingEventCollectionRequest skip(int value)
skip in interface IDeviceManagementTroubleshootingEventCollectionRequestvalue - of the number of items to skippublic IDeviceManagementTroubleshootingEventCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDeviceManagementTroubleshootingEventCollectionRequestskipToken - - Token for paginationpublic IDeviceManagementTroubleshootingEventCollectionPage buildFromResponse(DeviceManagementTroubleshootingEventCollectionResponse response)