java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.identitygovernance.Run
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class Run extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • Run

      public Run()
      Instantiates a new Run and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static Run createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a Run
    • getCompletedDateTime

      @Nullable public OffsetDateTime getCompletedDateTime()
      Gets the completedDateTime property value. The date time that the run completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a OffsetDateTime
    • getFailedTasksCount

      @Nullable public Integer getFailedTasksCount()
      Gets the failedTasksCount property value. The number of tasks that failed in the run execution.
      Returns:
      a Integer
    • getFailedUsersCount

      @Nullable public Integer getFailedUsersCount()
      Gets the failedUsersCount property value. The number of users that failed in the run execution.
      Returns:
      a Integer
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastUpdatedDateTime

      @Nullable public OffsetDateTime getLastUpdatedDateTime()
      Gets the lastUpdatedDateTime property value. The datetime that the run was last updated.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a OffsetDateTime
    • getProcessingStatus

      @Nullable public LifecycleWorkflowProcessingStatus getProcessingStatus()
      Gets the processingStatus property value. The processingStatus property
      Returns:
      a LifecycleWorkflowProcessingStatus
    • getScheduledDateTime

      @Nullable public OffsetDateTime getScheduledDateTime()
      Gets the scheduledDateTime property value. The date time that the run is scheduled to be executed for a workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a OffsetDateTime
    • getStartedDateTime

      @Nullable public OffsetDateTime getStartedDateTime()
      Gets the startedDateTime property value. The date time that the run execution started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a OffsetDateTime
    • getSuccessfulUsersCount

      @Nullable public Integer getSuccessfulUsersCount()
      Gets the successfulUsersCount property value. The number of successfully completed users in the run.
      Returns:
      a Integer
    • getTaskProcessingResults

      @Nullable public List<TaskProcessingResult> getTaskProcessingResults()
      Gets the taskProcessingResults property value. The related taskProcessingResults.
      Returns:
      a List<TaskProcessingResult>
    • getTotalTasksCount

      @Nullable public Integer getTotalTasksCount()
      Gets the totalTasksCount property value. The totalTasksCount property
      Returns:
      a Integer
    • getTotalUnprocessedTasksCount

      @Nullable public Integer getTotalUnprocessedTasksCount()
      Gets the totalUnprocessedTasksCount property value. The total number of unprocessed tasks in the run execution.
      Returns:
      a Integer
    • getTotalUsersCount

      @Nullable public Integer getTotalUsersCount()
      Gets the totalUsersCount property value. The total number of users in the workflow execution.
      Returns:
      a Integer
    • getUserProcessingResults

      @Nullable public List<UserProcessingResult> getUserProcessingResults()
      Gets the userProcessingResults property value. The associated individual user execution.
      Returns:
      a List<UserProcessingResult>
    • getWorkflowExecutionType

      @Nullable public WorkflowExecutionType getWorkflowExecutionType()
      Gets the workflowExecutionType property value. The workflowExecutionType property
      Returns:
      a WorkflowExecutionType
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCompletedDateTime

      public void setCompletedDateTime(@Nullable OffsetDateTime value)
      Sets the completedDateTime property value. The date time that the run completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the completedDateTime property.
    • setFailedTasksCount

      public void setFailedTasksCount(@Nullable Integer value)
      Sets the failedTasksCount property value. The number of tasks that failed in the run execution.
      Parameters:
      value - Value to set for the failedTasksCount property.
    • setFailedUsersCount

      public void setFailedUsersCount(@Nullable Integer value)
      Sets the failedUsersCount property value. The number of users that failed in the run execution.
      Parameters:
      value - Value to set for the failedUsersCount property.
    • setLastUpdatedDateTime

      public void setLastUpdatedDateTime(@Nullable OffsetDateTime value)
      Sets the lastUpdatedDateTime property value. The datetime that the run was last updated.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the lastUpdatedDateTime property.
    • setProcessingStatus

      public void setProcessingStatus(@Nullable LifecycleWorkflowProcessingStatus value)
      Sets the processingStatus property value. The processingStatus property
      Parameters:
      value - Value to set for the processingStatus property.
    • setScheduledDateTime

      public void setScheduledDateTime(@Nullable OffsetDateTime value)
      Sets the scheduledDateTime property value. The date time that the run is scheduled to be executed for a workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the scheduledDateTime property.
    • setStartedDateTime

      public void setStartedDateTime(@Nullable OffsetDateTime value)
      Sets the startedDateTime property value. The date time that the run execution started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the startedDateTime property.
    • setSuccessfulUsersCount

      public void setSuccessfulUsersCount(@Nullable Integer value)
      Sets the successfulUsersCount property value. The number of successfully completed users in the run.
      Parameters:
      value - Value to set for the successfulUsersCount property.
    • setTaskProcessingResults

      public void setTaskProcessingResults(@Nullable List<TaskProcessingResult> value)
      Sets the taskProcessingResults property value. The related taskProcessingResults.
      Parameters:
      value - Value to set for the taskProcessingResults property.
    • setTotalTasksCount

      public void setTotalTasksCount(@Nullable Integer value)
      Sets the totalTasksCount property value. The totalTasksCount property
      Parameters:
      value - Value to set for the totalTasksCount property.
    • setTotalUnprocessedTasksCount

      public void setTotalUnprocessedTasksCount(@Nullable Integer value)
      Sets the totalUnprocessedTasksCount property value. The total number of unprocessed tasks in the run execution.
      Parameters:
      value - Value to set for the totalUnprocessedTasksCount property.
    • setTotalUsersCount

      public void setTotalUsersCount(@Nullable Integer value)
      Sets the totalUsersCount property value. The total number of users in the workflow execution.
      Parameters:
      value - Value to set for the totalUsersCount property.
    • setUserProcessingResults

      public void setUserProcessingResults(@Nullable List<UserProcessingResult> value)
      Sets the userProcessingResults property value. The associated individual user execution.
      Parameters:
      value - Value to set for the userProcessingResults property.
    • setWorkflowExecutionType

      public void setWorkflowExecutionType(@Nullable WorkflowExecutionType value)
      Sets the workflowExecutionType property value. The workflowExecutionType property
      Parameters:
      value - Value to set for the workflowExecutionType property.