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