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 Details

    • TaskDefinitionCollectionPage

      public TaskDefinitionCollectionPage(@Nonnull TaskDefinitionCollectionResponse response, @Nonnull TaskDefinitionCollectionRequestBuilder builder)
      A collection page for TaskDefinition
      Parameters:
      response - the serialized TaskDefinitionCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page