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 Details

    • ManagedEBookCollectionPage

      public ManagedEBookCollectionPage(@Nonnull ManagedEBookCollectionResponse response, @Nonnull ManagedEBookCollectionRequestBuilder builder)
      A collection page for ManagedEBook
      Parameters:
      response - the serialized ManagedEBookCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page