Class MailFolderDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<MailFolder,MailFolderDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.MailFolderDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MailFolderDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<MailFolder,MailFolderDeltaCollectionRequestBuilder>
The class for the Mail Folder Delta Collection Page.
  • Constructor Details

    • MailFolderDeltaCollectionPage

      public MailFolderDeltaCollectionPage(@Nonnull MailFolderDeltaCollectionResponse response, @Nonnull MailFolderDeltaCollectionRequestBuilder builder)
      A collection page for MailFolder.
      Parameters:
      response - The serialized MailFolderDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • MailFolderDeltaCollectionPage

      public MailFolderDeltaCollectionPage(@Nonnull List<MailFolder> pageContents, @Nullable MailFolderDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for MailFolderDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page