Class TaskDefinitionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TaskDefinition,TaskDefinitionCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.TaskDefinitionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TaskDefinitionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TaskDefinition,TaskDefinitionCollectionRequestBuilder>
The class for the Task Definition Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskDefinitionCollectionPage(TaskDefinitionCollectionResponse response, TaskDefinitionCollectionRequestBuilder builder) A collection page for TaskDefinitionTaskDefinitionCollectionPage(List<TaskDefinition> pageContents, TaskDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TaskDefinition -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TaskDefinitionCollectionPage
public TaskDefinitionCollectionPage(@Nonnull TaskDefinitionCollectionResponse response, @Nonnull TaskDefinitionCollectionRequestBuilder builder) A collection page for TaskDefinition- Parameters:
response- the serialized TaskDefinitionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TaskDefinitionCollectionPage
public TaskDefinitionCollectionPage(@Nonnull List<TaskDefinition> pageContents, @Nullable TaskDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TaskDefinition- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-