public class PersonCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Person,PersonCollectionRequestBuilder>
| Constructor and Description |
|---|
PersonCollectionPage(java.util.List<Person> pageContents,
PersonCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Person
|
PersonCollectionPage(PersonCollectionResponse response,
PersonCollectionRequestBuilder builder)
A collection page for Person
|
public PersonCollectionPage(@Nonnull
PersonCollectionResponse response,
@Nonnull
PersonCollectionRequestBuilder builder)
response - the serialized PersonCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PersonCollectionPage(@Nonnull
java.util.List<Person> pageContents,
@Nullable
PersonCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page