Class ListCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<List,ListCollectionRequestBuilder>
com.microsoft.graph.requests.ListCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ListCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<List,ListCollectionRequestBuilder>
The class for the List Collection Page.
  • Constructor Details

    • ListCollectionPage

      public ListCollectionPage(@Nonnull ListCollectionResponse response, @Nonnull ListCollectionRequestBuilder builder)
      A collection page for List
      Parameters:
      response - the serialized ListCollectionResponse from the service
      builder - the request builder for the next collection page
    • ListCollectionPage

      public ListCollectionPage(@Nonnull List<List> pageContents, @Nullable ListCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for List
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page