Class RunCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Run,RunCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.RunCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RunCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Run,RunCollectionRequestBuilder>
The class for the Run Collection Page.
  • Constructor Details

    • RunCollectionPage

      public RunCollectionPage(@Nonnull RunCollectionResponse response, @Nonnull RunCollectionRequestBuilder builder)
      A collection page for Run
      Parameters:
      response - the serialized RunCollectionResponse from the service
      builder - the request builder for the next collection page
    • RunCollectionPage

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