Class TeamGetAllMessagesCollectionPage

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

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

    • TeamGetAllMessagesCollectionPage

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

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