Class DeltaCollectionPage<T,T2 extends BaseRequestBuilder<T>>

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<T,T2>
Type Parameters:
T - the type of the item contained within the collection
All Implemented Interfaces:
IJsonBackedObject

public class DeltaCollectionPage<T,T2 extends BaseRequestBuilder<T>> extends BaseCollectionPage<T,T2>
A page of results from a delta collection
  • Field Details

  • Constructor Details

    • DeltaCollectionPage

      public DeltaCollectionPage(@Nonnull ICollectionResponse<T> response, @Nullable T2 builder)
      A collection page for the delta response.
      Parameters:
      response - The serialized delta reponse from the service
      builder - The request builder for the next collection page
    • DeltaCollectionPage

      public DeltaCollectionPage(@Nonnull List<T> pageContents, @Nullable T2 nextRequestBuilder)
      Creates the collection page
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page
  • Method Details

    • deltaLink

      @Nullable public String deltaLink()
      The deltaLink to make future delta requests
      Returns:
      String The deltaLink URL