public class TeamsAppCollectionRequest extends BaseCollectionRequest<TeamsAppCollectionResponse,ITeamsAppCollectionPage> implements ITeamsAppCollectionRequest
| Constructor and Description |
|---|
TeamsAppCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TeamsApp
|
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppCollectionPage |
buildFromResponse(TeamsAppCollectionResponse response) |
ITeamsAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamsAppCollectionPage |
get() |
void |
get(ICallback<? super ITeamsAppCollectionPage> callback) |
ITeamsAppCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TeamsApp |
post(TeamsApp newTeamsApp) |
void |
post(TeamsApp newTeamsApp,
ICallback<? super TeamsApp> callback) |
ITeamsAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITeamsAppCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
ITeamsAppCollectionRequest |
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 TeamsAppCollectionRequest(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 ITeamsAppCollectionPage> callback)
get in interface ITeamsAppCollectionRequestpublic ITeamsAppCollectionPage get() throws ClientException
get in interface ITeamsAppCollectionRequestClientExceptionpublic void post(TeamsApp newTeamsApp, ICallback<? super TeamsApp> callback)
post in interface ITeamsAppCollectionRequestpublic TeamsApp post(TeamsApp newTeamsApp) throws ClientException
post in interface ITeamsAppCollectionRequestClientExceptionpublic ITeamsAppCollectionRequest expand(java.lang.String value)
expand in interface ITeamsAppCollectionRequestvalue - the expand clausepublic ITeamsAppCollectionRequest filter(java.lang.String value)
filter in interface ITeamsAppCollectionRequestvalue - the filter clausepublic ITeamsAppCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITeamsAppCollectionRequestvalue - the order by clausepublic ITeamsAppCollectionRequest select(java.lang.String value)
select in interface ITeamsAppCollectionRequestvalue - the select clausepublic ITeamsAppCollectionRequest top(int value)
top in interface ITeamsAppCollectionRequestvalue - the max number of items to returnpublic ITeamsAppCollectionRequest skip(int value)
skip in interface ITeamsAppCollectionRequestvalue - of the number of items to skippublic ITeamsAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITeamsAppCollectionRequestskipToken - - Token for paginationpublic ITeamsAppCollectionPage buildFromResponse(TeamsAppCollectionResponse response)