Class PersonCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Person,PersonCollectionRequestBuilder>
com.microsoft.graph.requests.PersonCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PersonCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Person,PersonCollectionRequestBuilder>
The class for the Person Collection Page.
  • Constructor Details

    • PersonCollectionPage

      public PersonCollectionPage(@Nonnull PersonCollectionResponse response, @Nonnull PersonCollectionRequestBuilder builder)
      A collection page for Person
      Parameters:
      response - the serialized PersonCollectionResponse from the service
      builder - the request builder for the next collection page
    • PersonCollectionPage

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