Class AssociatedTeamInfoCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AssociatedTeamInfo,AssociatedTeamInfoCollectionRequestBuilder>
com.microsoft.graph.requests.AssociatedTeamInfoCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AssociatedTeamInfoCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AssociatedTeamInfo,AssociatedTeamInfoCollectionRequestBuilder>
The class for the Associated Team Info Collection Page.
  • Constructor Details

    • AssociatedTeamInfoCollectionPage

      public AssociatedTeamInfoCollectionPage(@Nonnull AssociatedTeamInfoCollectionResponse response, @Nonnull AssociatedTeamInfoCollectionRequestBuilder builder)
      A collection page for AssociatedTeamInfo
      Parameters:
      response - the serialized AssociatedTeamInfoCollectionResponse from the service
      builder - the request builder for the next collection page
    • AssociatedTeamInfoCollectionPage

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