public class TeamsAppInstallationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TeamsAppInstallation,TeamsAppInstallationCollectionRequestBuilder>
| Constructor and Description |
|---|
TeamsAppInstallationCollectionPage(java.util.List<TeamsAppInstallation> pageContents,
TeamsAppInstallationCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for TeamsAppInstallation
|
TeamsAppInstallationCollectionPage(TeamsAppInstallationCollectionResponse response,
TeamsAppInstallationCollectionRequestBuilder builder)
A collection page for TeamsAppInstallation
|
public TeamsAppInstallationCollectionPage(@Nonnull
TeamsAppInstallationCollectionResponse response,
@Nonnull
TeamsAppInstallationCollectionRequestBuilder builder)
response - the serialized TeamsAppInstallationCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic TeamsAppInstallationCollectionPage(@Nonnull
java.util.List<TeamsAppInstallation> pageContents,
@Nullable
TeamsAppInstallationCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page