public interface IDeviceEnrollmentConfigurationCollectionRequest extends IHttpRequest
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IDeviceEnrollmentConfigurationCollectionPage> callback)
IDeviceEnrollmentConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration, ICallback<? super DeviceEnrollmentConfiguration> callback)
DeviceEnrollmentConfiguration post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) throws ClientException
ClientExceptionIDeviceEnrollmentConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceEnrollmentConfigurationCollectionRequest filter(java.lang.String value)
value - the filter clauseIDeviceEnrollmentConfigurationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIDeviceEnrollmentConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceEnrollmentConfigurationCollectionRequest top(int value)
value - the max number of items to returnIDeviceEnrollmentConfigurationCollectionRequest skip(int value)
value - of the number of items to skipIDeviceEnrollmentConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination