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