Class ChannelGetAllMessagesCollectionPage

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

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

    • ChannelGetAllMessagesCollectionPage

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

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