Package com.microsoft.graph.requests
Class MailFolderCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MailFolder,MailFolderCollectionRequestBuilder>
com.microsoft.graph.requests.MailFolderCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MailFolderCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MailFolder,MailFolderCollectionRequestBuilder>
The class for the Mail Folder Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMailFolderCollectionPage(MailFolderCollectionResponse response, MailFolderCollectionRequestBuilder builder) A collection page for MailFolderMailFolderCollectionPage(List<MailFolder> pageContents, MailFolderCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MailFolder -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MailFolderCollectionPage
public MailFolderCollectionPage(@Nonnull MailFolderCollectionResponse response, @Nonnull MailFolderCollectionRequestBuilder builder) A collection page for MailFolder- Parameters:
response- the serialized MailFolderCollectionResponse from the servicebuilder- the request builder for the next collection page
-
MailFolderCollectionPage
public MailFolderCollectionPage(@Nonnull List<MailFolder> pageContents, @Nullable MailFolderCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MailFolder- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-