Klasse CreatePriorityDetails

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

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

    • description

      protected String description
      The description of the priority.
    • iconUrl

      The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.
    • name

      protected String name
      The name of the priority. Must be unique.
    • statusColor

      protected String statusColor
      The status color of the priority in 3-digit or 6-digit hexadecimal format.
  • Konstruktordetails

    • CreatePriorityDetails

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

      @Internal public CreatePriorityDetails(String description, CreatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor)
      Constructs a validated instance of CreatePriorityDetails.

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

      Parameter:
      description - The description of the priority.
      iconUrl - The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.
      name - The name of the priority. Must be unique.
      statusColor - The status color of the priority in 3-digit or 6-digit hexadecimal format.
    • CreatePriorityDetails

      protected CreatePriorityDetails()
  • Methodendetails