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