public interface ITeamsAsyncOperationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<ITeamsAsyncOperationCollectionPage> callback)
ITeamsAsyncOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(TeamsAsyncOperation newTeamsAsyncOperation, ICallback<TeamsAsyncOperation> callback)
TeamsAsyncOperation post(TeamsAsyncOperation newTeamsAsyncOperation) throws ClientException
ClientExceptionITeamsAsyncOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAsyncOperationCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAsyncOperationCollectionRequest top(int value)
value - the max number of items to return