Class ApprovalStageCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ApprovalStage,ApprovalStageCollectionRequestBuilder>
com.microsoft.graph.requests.ApprovalStageCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ApprovalStageCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ApprovalStage,ApprovalStageCollectionRequestBuilder>
The class for the Approval Stage Collection Page.
  • Constructor Details

    • ApprovalStageCollectionPage

      public ApprovalStageCollectionPage(@Nonnull ApprovalStageCollectionResponse response, @Nonnull ApprovalStageCollectionRequestBuilder builder)
      A collection page for ApprovalStage
      Parameters:
      response - the serialized ApprovalStageCollectionResponse from the service
      builder - the request builder for the next collection page
    • ApprovalStageCollectionPage

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