public interface IManagedDeviceMobileAppConfigurationUserStatusRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
Delete this item from the service
|
IManagedDeviceMobileAppConfigurationUserStatusRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedDeviceMobileAppConfigurationUserStatus |
get()
Gets the ManagedDeviceMobileAppConfigurationUserStatus from the service
|
void |
get(ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
Gets the ManagedDeviceMobileAppConfigurationUserStatus from the service
|
ManagedDeviceMobileAppConfigurationUserStatus |
patch(ManagedDeviceMobileAppConfigurationUserStatus sourceManagedDeviceMobileAppConfigurationUserStatus)
Patches this ManagedDeviceMobileAppConfigurationUserStatus with a source
|
void |
patch(ManagedDeviceMobileAppConfigurationUserStatus sourceManagedDeviceMobileAppConfigurationUserStatus,
ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
Patches this ManagedDeviceMobileAppConfigurationUserStatus with a source
|
ManagedDeviceMobileAppConfigurationUserStatus |
post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus)
Posts a ManagedDeviceMobileAppConfigurationUserStatus with a new object
|
void |
post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus,
ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
Posts a ManagedDeviceMobileAppConfigurationUserStatus with a new object
|
IManagedDeviceMobileAppConfigurationUserStatusRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
callback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationUserStatus get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedDeviceMobileAppConfigurationUserStatus sourceManagedDeviceMobileAppConfigurationUserStatus, ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
sourceManagedDeviceMobileAppConfigurationUserStatus - the source object with updatescallback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationUserStatus patch(ManagedDeviceMobileAppConfigurationUserStatus sourceManagedDeviceMobileAppConfigurationUserStatus) throws ClientException
sourceManagedDeviceMobileAppConfigurationUserStatus - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus, ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
newManagedDeviceMobileAppConfigurationUserStatus - the new object to createcallback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationUserStatus post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus) throws ClientException
newManagedDeviceMobileAppConfigurationUserStatus - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIManagedDeviceMobileAppConfigurationUserStatusRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationUserStatusRequest expand(java.lang.String value)
value - the expand clause