public class WorkforceIntegrationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkforceIntegration,WorkforceIntegrationCollectionRequestBuilder>
Constructor and Description |
---|
WorkforceIntegrationCollectionPage(java.util.List<WorkforceIntegration> pageContents,
WorkforceIntegrationCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for WorkforceIntegration
|
WorkforceIntegrationCollectionPage(WorkforceIntegrationCollectionResponse response,
WorkforceIntegrationCollectionRequestBuilder builder)
A collection page for WorkforceIntegration
|
public WorkforceIntegrationCollectionPage(@Nonnull WorkforceIntegrationCollectionResponse response, @Nonnull WorkforceIntegrationCollectionRequestBuilder builder)
response
- the serialized WorkforceIntegrationCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic WorkforceIntegrationCollectionPage(@Nonnull java.util.List<WorkforceIntegration> pageContents, @Nullable WorkforceIntegrationCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page