public interface IDeviceManagementTroubleshootingEventCollectionRequest
Modifier and Type | Method and Description |
---|---|
IDeviceManagementTroubleshootingEventCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceManagementTroubleshootingEventCollectionPage |
get() |
void |
get(ICallback<IDeviceManagementTroubleshootingEventCollectionPage> callback) |
DeviceManagementTroubleshootingEvent |
post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent) |
void |
post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent,
ICallback<DeviceManagementTroubleshootingEvent> callback) |
IDeviceManagementTroubleshootingEventCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceManagementTroubleshootingEventCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceManagementTroubleshootingEventCollectionPage> callback)
IDeviceManagementTroubleshootingEventCollectionPage get() throws ClientException
ClientException
void post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent, ICallback<DeviceManagementTroubleshootingEvent> callback)
DeviceManagementTroubleshootingEvent post(DeviceManagementTroubleshootingEvent newDeviceManagementTroubleshootingEvent) throws ClientException
ClientException
IDeviceManagementTroubleshootingEventCollectionRequest expand(java.lang.String value)
value
- the expand clauseIDeviceManagementTroubleshootingEventCollectionRequest select(java.lang.String value)
value
- the select clauseIDeviceManagementTroubleshootingEventCollectionRequest top(int value)
value
- the max number of items to return