Klasse StatusCreate

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

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

    • description

      protected String description
      The description of the status.
    • name

      protected String name
      The name of the status.
    • statusCategory

      protected StatusCreate.StatusCategoryEnum statusCategory
      The category of the status.
  • Konstruktordetails

    • StatusCreate

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

      @Internal public StatusCreate(String description, String name, StatusCreate.StatusCategoryEnum statusCategory)
      Constructs a validated instance of StatusCreate.

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

      Parameter:
      description - The description of the status.
      name - The name of the status.
      statusCategory - The category of the status.
    • StatusCreate

      protected StatusCreate()
  • Methodendetails