Klasse UpdatePriorityDetails

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdatePriorityDetails extends Object
UpdatePriorityDetails
  • 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

    • UpdatePriorityDetails

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UpdatePriorityDetails(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.
    • UpdatePriorityDetails

      protected UpdatePriorityDetails()
  • Methodendetails