public interface IDeviceEnrollmentConfigurationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceEnrollmentConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceEnrollmentConfigurationCollectionPage |
get() |
void |
get(ICallback<IDeviceEnrollmentConfigurationCollectionPage> callback) |
DeviceEnrollmentConfiguration |
post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) |
void |
post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration,
ICallback<DeviceEnrollmentConfiguration> callback) |
IDeviceEnrollmentConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceEnrollmentConfigurationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceEnrollmentConfigurationCollectionPage> callback)
IDeviceEnrollmentConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration, ICallback<DeviceEnrollmentConfiguration> callback)
DeviceEnrollmentConfiguration post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) throws ClientException
ClientExceptionIDeviceEnrollmentConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceEnrollmentConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceEnrollmentConfigurationCollectionRequest top(int value)
value - the max number of items to return