Package com.microsoft.graph.requests
Class TeamsAppInstallationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TeamsAppInstallation,TeamsAppInstallationCollectionRequestBuilder>
com.microsoft.graph.requests.TeamsAppInstallationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TeamsAppInstallationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TeamsAppInstallation,TeamsAppInstallationCollectionRequestBuilder>
The class for the Teams App Installation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTeamsAppInstallationCollectionPage
(TeamsAppInstallationCollectionResponse response, TeamsAppInstallationCollectionRequestBuilder builder) A collection page for TeamsAppInstallationTeamsAppInstallationCollectionPage
(List<TeamsAppInstallation> pageContents, TeamsAppInstallationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TeamsAppInstallation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TeamsAppInstallationCollectionPage
public TeamsAppInstallationCollectionPage(@Nonnull TeamsAppInstallationCollectionResponse response, @Nonnull TeamsAppInstallationCollectionRequestBuilder builder) A collection page for TeamsAppInstallation- Parameters:
response
- the serialized TeamsAppInstallationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
TeamsAppInstallationCollectionPage
public TeamsAppInstallationCollectionPage(@Nonnull List<TeamsAppInstallation> pageContents, @Nullable TeamsAppInstallationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TeamsAppInstallation- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-