Klasse StatusUpdate

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

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

    • description

      protected String description
      The description of the status.
    • id

      protected String id
      The ID of the status.
    • name

      protected String name
      The name of the status.
    • statusCategory

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

    • StatusUpdate

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

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

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

      Parameter:
      description - The description of the status.
      id - The ID of the status.
      name - The name of the status.
      statusCategory - The category of the status.
    • StatusUpdate

      protected StatusUpdate()
  • Methodendetails