Class ChatGetAllMessagesCollectionPage

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

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

    • ChatGetAllMessagesCollectionPage

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

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