Class WorkforceIntegrationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkforceIntegration,WorkforceIntegrationCollectionRequestBuilder>
com.microsoft.graph.requests.WorkforceIntegrationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkforceIntegrationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkforceIntegration,WorkforceIntegrationCollectionRequestBuilder>
The class for the Workforce Integration Collection Page.
  • Constructor Details

    • WorkforceIntegrationCollectionPage

      public WorkforceIntegrationCollectionPage(@Nonnull WorkforceIntegrationCollectionResponse response, @Nonnull WorkforceIntegrationCollectionRequestBuilder builder)
      A collection page for WorkforceIntegration
      Parameters:
      response - the serialized WorkforceIntegrationCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkforceIntegrationCollectionPage

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