Class MessageCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Message,MessageCollectionRequestBuilder>
com.microsoft.graph.requests.MessageCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MessageCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Message,MessageCollectionRequestBuilder>
The class for the Message Collection Page.
  • Constructor Details

    • MessageCollectionPage

      public MessageCollectionPage(@Nonnull MessageCollectionResponse response, @Nonnull MessageCollectionRequestBuilder builder)
      A collection page for Message
      Parameters:
      response - the serialized MessageCollectionResponse from the service
      builder - the request builder for the next collection page
    • MessageCollectionPage

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