Class ContactDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Contact,ContactDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ContactDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContactDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Contact,ContactDeltaCollectionRequestBuilder>
The class for the Contact Delta Collection Page.
  • Constructor Details

    • ContactDeltaCollectionPage

      public ContactDeltaCollectionPage(@Nonnull ContactDeltaCollectionResponse response, @Nonnull ContactDeltaCollectionRequestBuilder builder)
      A collection page for Contact.
      Parameters:
      response - The serialized ContactDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • ContactDeltaCollectionPage

      public ContactDeltaCollectionPage(@Nonnull List<Contact> pageContents, @Nullable ContactDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ContactDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page