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