Class WorkflowMetadataRestModel

java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowMetadataRestModel

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowMetadataRestModel extends Object
WorkflowMetadataRestModel
  • Field Details

    • description

      protected String description
      The description of the workflow.
    • id

      protected String id
      The ID of the workflow.
    • name

      protected String name
      The name of the workflow.
    • usage

      protected List<SimpleUsage> usage
      Use the optional workflows.usages expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.
    • version

      protected DocumentVersion version
  • Constructor Details

    • WorkflowMetadataRestModel

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

      @Internal public WorkflowMetadataRestModel(String description, String id, String name, List<SimpleUsage> usage, DocumentVersion version)
      Constructs a validated instance of WorkflowMetadataRestModel.

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

      Parameters:
      description - The description of the workflow.
      id - The ID of the workflow.
      name - The name of the workflow.
      usage - Use the optional workflows.usages expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.
      version - version
    • WorkflowMetadataRestModel

      protected WorkflowMetadataRestModel()
  • Method Details