Klasse IssueEvent

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

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

    • id

      protected Long id
      The ID of the event.
    • name

      protected String name
      The name of the event.
  • Konstruktordetails

    • IssueEvent

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

      @Internal public IssueEvent(Long id, String name)
      Constructs a validated instance of IssueEvent.

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

      Parameter:
      id - The ID of the event.
      name - The name of the event.
    • IssueEvent

      protected IssueEvent()
  • Methodendetails