Klasse WorkflowSchemeIdName

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

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

    • id

      protected String id
      The ID of the workflow scheme.
    • name

      protected String name
      The name of the workflow scheme.
  • Konstruktordetails

    • WorkflowSchemeIdName

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

      @Internal public WorkflowSchemeIdName(String id, String name)
      Constructs a validated instance of WorkflowSchemeIdName.

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

      Parameter:
      id - The ID of the workflow scheme.
      name - The name of the workflow scheme.
    • WorkflowSchemeIdName

      protected WorkflowSchemeIdName()
  • Methodendetails