Package com.microsoft.graph.requests
Class MailFolderDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<MailFolder,MailFolderDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.MailFolderDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MailFolderDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<MailFolder,MailFolderDeltaCollectionRequestBuilder>
The class for the Mail Folder Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionMailFolderDeltaCollectionPage(MailFolderDeltaCollectionResponse response, MailFolderDeltaCollectionRequestBuilder builder) A collection page for MailFolder.MailFolderDeltaCollectionPage(List<MailFolder> pageContents, MailFolderDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MailFolderDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MailFolderDeltaCollectionPage
public MailFolderDeltaCollectionPage(@Nonnull MailFolderDeltaCollectionResponse response, @Nonnull MailFolderDeltaCollectionRequestBuilder builder) A collection page for MailFolder.- Parameters:
response- The serialized MailFolderDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
MailFolderDeltaCollectionPage
public MailFolderDeltaCollectionPage(@Nonnull List<MailFolder> pageContents, @Nullable MailFolderDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MailFolderDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-