Class DeletedTeamGetAllMessagesCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ChatMessage,DeletedTeamGetAllMessagesCollectionRequestBuilder>
com.microsoft.graph.requests.DeletedTeamGetAllMessagesCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeletedTeamGetAllMessagesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ChatMessage,DeletedTeamGetAllMessagesCollectionRequestBuilder>
The class for the Deleted Team Get All Messages Collection Page.
  • Constructor Details

    • DeletedTeamGetAllMessagesCollectionPage

      public DeletedTeamGetAllMessagesCollectionPage(@Nonnull DeletedTeamGetAllMessagesCollectionResponse response, @Nonnull DeletedTeamGetAllMessagesCollectionRequestBuilder builder)
      A collection page for ChatMessage.
      Parameters:
      response - The serialized DeletedTeamGetAllMessagesCollectionResponse from the service
      builder - The request builder for the next collection page
    • DeletedTeamGetAllMessagesCollectionPage

      public DeletedTeamGetAllMessagesCollectionPage(@Nonnull List<ChatMessage> pageContents, @Nullable DeletedTeamGetAllMessagesCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DeletedTeamGetAllMessages
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page