Klasse IssueTransitionTo

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

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

    • description

      protected String description
      The description of the status.
    • iconUrl

      protected String iconUrl
      The URL of the icon used to represent the status.
    • id

      protected String id
      The ID of the status.
    • name

      protected String name
      The name of the status.
    • self

      protected String self
      The URL of the status.
    • statusCategory

      protected StatusDetailsStatusCategory statusCategory
  • Konstruktordetails

    • IssueTransitionTo

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

      @Internal public IssueTransitionTo(String description, String iconUrl, String id, String name, String self, StatusDetailsStatusCategory statusCategory)
      Constructs a validated instance of IssueTransitionTo.

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

      Parameter:
      description - The description of the status.
      iconUrl - The URL of the icon used to represent the status.
      id - The ID of the status.
      name - The name of the status.
      self - The URL of the status.
      statusCategory - var.name
    • IssueTransitionTo

      protected IssueTransitionTo()
  • Methodendetails