public class TeamsAppInstallationCollectionRequest extends BaseCollectionRequest<TeamsAppInstallationCollectionResponse,ITeamsAppInstallationCollectionPage> implements ITeamsAppInstallationCollectionRequest
| Constructor and Description |
|---|
TeamsAppInstallationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TeamsAppInstallation
|
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 TeamsAppInstallationCollectionRequest(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 ITeamsAppInstallationCollectionPage> callback)
get in interface ITeamsAppInstallationCollectionRequestpublic ITeamsAppInstallationCollectionPage get() throws ClientException
get in interface ITeamsAppInstallationCollectionRequestClientExceptionpublic void post(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
post in interface ITeamsAppInstallationCollectionRequestpublic TeamsAppInstallation post(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
post in interface ITeamsAppInstallationCollectionRequestClientExceptionpublic ITeamsAppInstallationCollectionRequest expand(java.lang.String value)
expand in interface ITeamsAppInstallationCollectionRequestvalue - the expand clausepublic ITeamsAppInstallationCollectionRequest filter(java.lang.String value)
filter in interface ITeamsAppInstallationCollectionRequestvalue - the filter clausepublic ITeamsAppInstallationCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITeamsAppInstallationCollectionRequestvalue - the order by clausepublic ITeamsAppInstallationCollectionRequest select(java.lang.String value)
select in interface ITeamsAppInstallationCollectionRequestvalue - the select clausepublic ITeamsAppInstallationCollectionRequest top(int value)
top in interface ITeamsAppInstallationCollectionRequestvalue - the max number of items to returnpublic ITeamsAppInstallationCollectionRequest skip(int value)
skip in interface ITeamsAppInstallationCollectionRequestvalue - of the number of items to skippublic ITeamsAppInstallationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITeamsAppInstallationCollectionRequestskipToken - - Token for paginationpublic ITeamsAppInstallationCollectionPage buildFromResponse(TeamsAppInstallationCollectionResponse response)