public class UserScopeTeamsAppInstallationCollectionRequest extends BaseCollectionRequest<UserScopeTeamsAppInstallationCollectionResponse,IUserScopeTeamsAppInstallationCollectionPage> implements IUserScopeTeamsAppInstallationCollectionRequest
| Constructor and Description |
|---|
UserScopeTeamsAppInstallationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of UserScopeTeamsAppInstallation
|
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 UserScopeTeamsAppInstallationCollectionRequest(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 IUserScopeTeamsAppInstallationCollectionPage> callback)
get in interface IUserScopeTeamsAppInstallationCollectionRequestpublic IUserScopeTeamsAppInstallationCollectionPage get() throws ClientException
get in interface IUserScopeTeamsAppInstallationCollectionRequestClientExceptionpublic void post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation, ICallback<? super UserScopeTeamsAppInstallation> callback)
post in interface IUserScopeTeamsAppInstallationCollectionRequestpublic UserScopeTeamsAppInstallation post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation) throws ClientException
post in interface IUserScopeTeamsAppInstallationCollectionRequestClientExceptionpublic IUserScopeTeamsAppInstallationCollectionRequest expand(java.lang.String value)
expand in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - the expand clausepublic IUserScopeTeamsAppInstallationCollectionRequest filter(java.lang.String value)
filter in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - the filter clausepublic IUserScopeTeamsAppInstallationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - the order by clausepublic IUserScopeTeamsAppInstallationCollectionRequest select(java.lang.String value)
select in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - the select clausepublic IUserScopeTeamsAppInstallationCollectionRequest top(int value)
top in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - the max number of items to returnpublic IUserScopeTeamsAppInstallationCollectionRequest skip(int value)
skip in interface IUserScopeTeamsAppInstallationCollectionRequestvalue - of the number of items to skippublic IUserScopeTeamsAppInstallationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IUserScopeTeamsAppInstallationCollectionRequestskipToken - - Token for paginationpublic IUserScopeTeamsAppInstallationCollectionPage buildFromResponse(UserScopeTeamsAppInstallationCollectionResponse response)