Class DeletedTeamCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeletedTeam,DeletedTeamCollectionRequestBuilder>
com.microsoft.graph.requests.DeletedTeamCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeletedTeamCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeletedTeam,DeletedTeamCollectionRequestBuilder>
The class for the Deleted Team Collection Page.
  • Constructor Details

    • DeletedTeamCollectionPage

      public DeletedTeamCollectionPage(@Nonnull DeletedTeamCollectionResponse response, @Nonnull DeletedTeamCollectionRequestBuilder builder)
      A collection page for DeletedTeam
      Parameters:
      response - the serialized DeletedTeamCollectionResponse from the service
      builder - the request builder for the next collection page
    • DeletedTeamCollectionPage

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