public class TeamsAsyncOperationCollectionRequest extends BaseCollectionRequest<TeamsAsyncOperationCollectionResponse,ITeamsAsyncOperationCollectionPage> implements ITeamsAsyncOperationCollectionRequest
| Constructor and Description |
|---|
TeamsAsyncOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TeamsAsyncOperation
|
| Modifier and Type | Method and Description |
|---|---|
ITeamsAsyncOperationCollectionPage |
buildFromResponse(TeamsAsyncOperationCollectionResponse response) |
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)
Add Skip token for pagination
|
ITeamsAsyncOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic TeamsAsyncOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ITeamsAsyncOperationCollectionPage> callback)
get in interface ITeamsAsyncOperationCollectionRequestpublic ITeamsAsyncOperationCollectionPage get() throws ClientException
get in interface ITeamsAsyncOperationCollectionRequestClientExceptionpublic void post(TeamsAsyncOperation newTeamsAsyncOperation, ICallback<? super TeamsAsyncOperation> callback)
post in interface ITeamsAsyncOperationCollectionRequestpublic TeamsAsyncOperation post(TeamsAsyncOperation newTeamsAsyncOperation) throws ClientException
post in interface ITeamsAsyncOperationCollectionRequestClientExceptionpublic ITeamsAsyncOperationCollectionRequest expand(java.lang.String value)
expand in interface ITeamsAsyncOperationCollectionRequestvalue - the expand clausepublic ITeamsAsyncOperationCollectionRequest filter(java.lang.String value)
filter in interface ITeamsAsyncOperationCollectionRequestvalue - the filter clausepublic ITeamsAsyncOperationCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITeamsAsyncOperationCollectionRequestvalue - the order by clausepublic ITeamsAsyncOperationCollectionRequest select(java.lang.String value)
select in interface ITeamsAsyncOperationCollectionRequestvalue - the select clausepublic ITeamsAsyncOperationCollectionRequest top(int value)
top in interface ITeamsAsyncOperationCollectionRequestvalue - the max number of items to returnpublic ITeamsAsyncOperationCollectionRequest skip(int value)
skip in interface ITeamsAsyncOperationCollectionRequestvalue - of the number of items to skippublic ITeamsAsyncOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITeamsAsyncOperationCollectionRequestskipToken - - Token for paginationpublic ITeamsAsyncOperationCollectionPage buildFromResponse(TeamsAsyncOperationCollectionResponse response)