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