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