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