Class TeamCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Team,TeamCollectionRequestBuilder>
com.microsoft.graph.requests.TeamCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TeamCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Team,TeamCollectionRequestBuilder>
The class for the Team Collection Page.
  • Constructor Details

    • TeamCollectionPage

      public TeamCollectionPage(@Nonnull TeamCollectionResponse response, @Nonnull TeamCollectionRequestBuilder builder)
      A collection page for Team
      Parameters:
      response - the serialized TeamCollectionResponse from the service
      builder - the request builder for the next collection page
    • TeamCollectionPage

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