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 Details

    • TeamsAppInstallationCollectionPage

      public TeamsAppInstallationCollectionPage(@Nonnull TeamsAppInstallationCollectionResponse response, @Nonnull TeamsAppInstallationCollectionRequestBuilder builder)
      A collection page for TeamsAppInstallation
      Parameters:
      response - the serialized TeamsAppInstallationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page