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