Class ContactFolderCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ContactFolder,ContactFolderCollectionRequestBuilder>
com.microsoft.graph.requests.ContactFolderCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContactFolderCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ContactFolder,ContactFolderCollectionRequestBuilder>
The class for the Contact Folder Collection Page.
  • Constructor Details

    • ContactFolderCollectionPage

      public ContactFolderCollectionPage(@Nonnull ContactFolderCollectionResponse response, @Nonnull ContactFolderCollectionRequestBuilder builder)
      A collection page for ContactFolder
      Parameters:
      response - the serialized ContactFolderCollectionResponse from the service
      builder - the request builder for the next collection page
    • ContactFolderCollectionPage

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