Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionWorkforceIntegrationCollectionPage
(WorkforceIntegrationCollectionResponse response, WorkforceIntegrationCollectionRequestBuilder builder) A collection page for WorkforceIntegrationWorkforceIntegrationCollectionPage
(List<WorkforceIntegration> pageContents, WorkforceIntegrationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkforceIntegration -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkforceIntegrationCollectionPage
public WorkforceIntegrationCollectionPage(@Nonnull WorkforceIntegrationCollectionResponse response, @Nonnull WorkforceIntegrationCollectionRequestBuilder builder) A collection page for WorkforceIntegration- Parameters:
response
- the serialized WorkforceIntegrationCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-