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
|
ITeamsAsyncOperationCollectionPage |
get() |
void |
get(ICallback<ITeamsAsyncOperationCollectionPage> callback) |
TeamsAsyncOperation |
post(TeamsAsyncOperation newTeamsAsyncOperation) |
void |
post(TeamsAsyncOperation newTeamsAsyncOperation,
ICallback<TeamsAsyncOperation> callback) |
ITeamsAsyncOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAsyncOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<ITeamsAsyncOperationCollectionPage> callback)
get in interface ITeamsAsyncOperationCollectionRequestpublic ITeamsAsyncOperationCollectionPage get() throws ClientException
get in interface ITeamsAsyncOperationCollectionRequestClientExceptionpublic void post(TeamsAsyncOperation newTeamsAsyncOperation, ICallback<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 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 ITeamsAsyncOperationCollectionPage buildFromResponse(TeamsAsyncOperationCollectionResponse response)