Class TeamsAppCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TeamsApp,TeamsAppCollectionRequestBuilder>
com.microsoft.graph.requests.TeamsAppCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TeamsAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TeamsApp,TeamsAppCollectionRequestBuilder>
The class for the Teams App Collection Page.
  • Constructor Details

    • TeamsAppCollectionPage

      public TeamsAppCollectionPage(@Nonnull TeamsAppCollectionResponse response, @Nonnull TeamsAppCollectionRequestBuilder builder)
      A collection page for TeamsApp
      Parameters:
      response - the serialized TeamsAppCollectionResponse from the service
      builder - the request builder for the next collection page
    • TeamsAppCollectionPage

      public TeamsAppCollectionPage(@Nonnull List<TeamsApp> pageContents, @Nullable TeamsAppCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for TeamsApp
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page