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