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
|
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppInstallationCollectionPage |
buildFromResponse(TeamsAppInstallationCollectionResponse response) |
ITeamsAppInstallationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppInstallationCollectionPage |
get() |
void |
get(ICallback<ITeamsAppInstallationCollectionPage> callback) |
TeamsAppInstallation |
post(TeamsAppInstallation newTeamsAppInstallation) |
void |
post(TeamsAppInstallation newTeamsAppInstallation,
ICallback<TeamsAppInstallation> callback) |
ITeamsAppInstallationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppInstallationCollectionRequest |
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 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<ITeamsAppInstallationCollectionPage> callback)
get in interface ITeamsAppInstallationCollectionRequestpublic ITeamsAppInstallationCollectionPage get() throws ClientException
get in interface ITeamsAppInstallationCollectionRequestClientExceptionpublic void post(TeamsAppInstallation newTeamsAppInstallation, ICallback<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 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 ITeamsAppInstallationCollectionPage buildFromResponse(TeamsAppInstallationCollectionResponse response)