public interface IDeviceManagementPartnerCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceManagementPartnerCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceManagementPartnerCollectionPage |
get() |
void |
get(ICallback<IDeviceManagementPartnerCollectionPage> callback) |
DeviceManagementPartner |
post(DeviceManagementPartner newDeviceManagementPartner) |
void |
post(DeviceManagementPartner newDeviceManagementPartner,
ICallback<DeviceManagementPartner> callback) |
IDeviceManagementPartnerCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceManagementPartnerCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceManagementPartnerCollectionPage> callback)
IDeviceManagementPartnerCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceManagementPartner newDeviceManagementPartner, ICallback<DeviceManagementPartner> callback)
DeviceManagementPartner post(DeviceManagementPartner newDeviceManagementPartner) throws ClientException
ClientExceptionIDeviceManagementPartnerCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceManagementPartnerCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceManagementPartnerCollectionRequest top(int value)
value - the max number of items to return