public interface IManagedDeviceMobileAppConfigurationAssignmentRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
Delete this item from the service
|
IManagedDeviceMobileAppConfigurationAssignmentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedDeviceMobileAppConfigurationAssignment |
get()
Gets the ManagedDeviceMobileAppConfigurationAssignment from the service
|
void |
get(ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
Gets the ManagedDeviceMobileAppConfigurationAssignment from the service
|
ManagedDeviceMobileAppConfigurationAssignment |
patch(ManagedDeviceMobileAppConfigurationAssignment sourceManagedDeviceMobileAppConfigurationAssignment)
Patches this ManagedDeviceMobileAppConfigurationAssignment with a source
|
void |
patch(ManagedDeviceMobileAppConfigurationAssignment sourceManagedDeviceMobileAppConfigurationAssignment,
ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
Patches this ManagedDeviceMobileAppConfigurationAssignment with a source
|
ManagedDeviceMobileAppConfigurationAssignment |
post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment)
Posts a ManagedDeviceMobileAppConfigurationAssignment with a new object
|
void |
post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment,
ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
Posts a ManagedDeviceMobileAppConfigurationAssignment with a new object
|
IManagedDeviceMobileAppConfigurationAssignmentRequest |
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<ManagedDeviceMobileAppConfigurationAssignment> callback)
callback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationAssignment get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedDeviceMobileAppConfigurationAssignment sourceManagedDeviceMobileAppConfigurationAssignment, ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
sourceManagedDeviceMobileAppConfigurationAssignment - the source object with updatescallback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationAssignment patch(ManagedDeviceMobileAppConfigurationAssignment sourceManagedDeviceMobileAppConfigurationAssignment) throws ClientException
sourceManagedDeviceMobileAppConfigurationAssignment - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment, ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
newManagedDeviceMobileAppConfigurationAssignment - the new object to createcallback - the callback to be called after success or failureManagedDeviceMobileAppConfigurationAssignment post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment) throws ClientException
newManagedDeviceMobileAppConfigurationAssignment - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIManagedDeviceMobileAppConfigurationAssignmentRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationAssignmentRequest expand(java.lang.String value)
value - the expand clause