Package com.microsoft.graph.requests
Class ContactFolderDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<ContactFolder,ContactFolderDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ContactFolderDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ContactFolderDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<ContactFolder,ContactFolderDeltaCollectionRequestBuilder>
The class for the Contact Folder Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionContactFolderDeltaCollectionPage(ContactFolderDeltaCollectionResponse response, ContactFolderDeltaCollectionRequestBuilder builder) A collection page for ContactFolder.ContactFolderDeltaCollectionPage(List<ContactFolder> pageContents, ContactFolderDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContactFolderDelta -
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
-
ContactFolderDeltaCollectionPage
public ContactFolderDeltaCollectionPage(@Nonnull ContactFolderDeltaCollectionResponse response, @Nonnull ContactFolderDeltaCollectionRequestBuilder builder) A collection page for ContactFolder.- Parameters:
response- The serialized ContactFolderDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
ContactFolderDeltaCollectionPage
public ContactFolderDeltaCollectionPage(@Nonnull List<ContactFolder> pageContents, @Nullable ContactFolderDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContactFolderDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-