Class ContactFolderDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<ContactFolder,ContactFolderDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ContactFolderDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContactFolderDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<ContactFolder,ContactFolderDeltaCollectionRequestBuilder>
The class for the Contact Folder Delta Collection Page.
  • Constructor Details

    • ContactFolderDeltaCollectionPage

      public ContactFolderDeltaCollectionPage(@Nonnull ContactFolderDeltaCollectionResponse response, @Nonnull ContactFolderDeltaCollectionRequestBuilder builder)
      A collection page for ContactFolder.
      Parameters:
      response - The serialized ContactFolderDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • ContactFolderDeltaCollectionPage

      public ContactFolderDeltaCollectionPage(@Nonnull List<ContactFolder> pageContents, @Nullable ContactFolderDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ContactFolderDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page