public interface ITeamsAsyncOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsAsyncOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAsyncOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamsAsyncOperationCollectionPage |
get() |
void |
get(ICallback<? super ITeamsAsyncOperationCollectionPage> callback) |
ITeamsAsyncOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TeamsAsyncOperation |
post(TeamsAsyncOperation newTeamsAsyncOperation) |
void |
post(TeamsAsyncOperation newTeamsAsyncOperation,
ICallback<? super TeamsAsyncOperation> callback) |
ITeamsAsyncOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAsyncOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITeamsAsyncOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITeamsAsyncOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ITeamsAsyncOperationCollectionPage> callback)
ITeamsAsyncOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(TeamsAsyncOperation newTeamsAsyncOperation, ICallback<? super TeamsAsyncOperation> callback)
TeamsAsyncOperation post(TeamsAsyncOperation newTeamsAsyncOperation) throws ClientException
ClientExceptionITeamsAsyncOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAsyncOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseITeamsAsyncOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITeamsAsyncOperationCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAsyncOperationCollectionRequest top(int value)
value - the max number of items to returnITeamsAsyncOperationCollectionRequest skip(int value)
value - of the number of items to skipITeamsAsyncOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination