Class ContactCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Contact,ContactCollectionRequestBuilder>
com.microsoft.graph.requests.ContactCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContactCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Contact,ContactCollectionRequestBuilder>
The class for the Contact Collection Page.
  • Constructor Details

    • ContactCollectionPage

      public ContactCollectionPage(@Nonnull ContactCollectionResponse response, @Nonnull ContactCollectionRequestBuilder builder)
      A collection page for Contact
      Parameters:
      response - the serialized ContactCollectionResponse from the service
      builder - the request builder for the next collection page
    • ContactCollectionPage

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