Class ListItemVersionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ListItemVersion,ListItemVersionCollectionRequestBuilder>
com.microsoft.graph.requests.ListItemVersionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ListItemVersionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ListItemVersion,ListItemVersionCollectionRequestBuilder>
The class for the List Item Version Collection Page.
  • Constructor Details

    • ListItemVersionCollectionPage

      public ListItemVersionCollectionPage(@Nonnull ListItemVersionCollectionResponse response, @Nonnull ListItemVersionCollectionRequestBuilder builder)
      A collection page for ListItemVersion
      Parameters:
      response - the serialized ListItemVersionCollectionResponse from the service
      builder - the request builder for the next collection page
    • ListItemVersionCollectionPage

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