Klasse WorkflowOperations

java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowOperations

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowOperations extends Object
WorkflowOperations
  • Felddetails

    • canDelete

      protected Boolean canDelete
      Whether the workflow can be deleted.
    • canEdit

      protected Boolean canEdit
      Whether the workflow can be updated.
  • Konstruktordetails

    • WorkflowOperations

      public WorkflowOperations(Consumer<WorkflowOperations> spec)
      Constructs a validated instance of WorkflowOperations.
      Parameter:
      spec - the specification to process
    • WorkflowOperations

      @Internal public WorkflowOperations(Boolean canDelete, Boolean canEdit)
      Constructs a validated instance of WorkflowOperations.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using WorkflowOperations(Consumer) instead.

      Parameter:
      canDelete - Whether the workflow can be deleted.
      canEdit - Whether the workflow can be updated.
    • WorkflowOperations

      protected WorkflowOperations()
  • Methodendetails