Class MessageDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Message,MessageDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.MessageDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MessageDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Message,MessageDeltaCollectionRequestBuilder>
The class for the Message Delta Collection Page.
  • Constructor Details

    • MessageDeltaCollectionPage

      public MessageDeltaCollectionPage(@Nonnull MessageDeltaCollectionResponse response, @Nonnull MessageDeltaCollectionRequestBuilder builder)
      A collection page for Message.
      Parameters:
      response - The serialized MessageDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • MessageDeltaCollectionPage

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