Class MailFolderCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MailFolder,MailFolderCollectionRequestBuilder>
com.microsoft.graph.requests.MailFolderCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MailFolderCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MailFolder,MailFolderCollectionRequestBuilder>
The class for the Mail Folder Collection Page.
  • Constructor Details

    • MailFolderCollectionPage

      public MailFolderCollectionPage(@Nonnull MailFolderCollectionResponse response, @Nonnull MailFolderCollectionRequestBuilder builder)
      A collection page for MailFolder
      Parameters:
      response - the serialized MailFolderCollectionResponse from the service
      builder - the request builder for the next collection page
    • MailFolderCollectionPage

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