Klasse StatusMapping

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

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

    • issueTypeId

      protected String issueTypeId
      The ID of the issue type.
    • newStatusId

      protected String newStatusId
      The ID of the new status.
    • statusId

      protected String statusId
      The ID of the status.
  • Konstruktordetails

    • StatusMapping

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

      @Internal public StatusMapping(String issueTypeId, String newStatusId, String statusId)
      Constructs a validated instance of StatusMapping.

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

      Parameter:
      issueTypeId - The ID of the issue type.
      newStatusId - The ID of the new status.
      statusId - The ID of the status.
    • StatusMapping

      protected StatusMapping()
  • Methodendetails

    • builder

      public static StatusMapping.StatusMappingBuilder builder()
    • issueTypeId

      public String issueTypeId()
      The ID of the issue type.
    • newStatusId

      public String newStatusId()
      The ID of the new status.
    • statusId

      public String statusId()
      The ID of the status.
    • issueTypeId

      public StatusMapping issueTypeId(String issueTypeId)
      The ID of the issue type.
      Gibt zurück:
      this.
    • newStatusId

      public StatusMapping newStatusId(String newStatusId)
      The ID of the new status.
      Gibt zurück:
      this.
    • statusId

      public StatusMapping statusId(String statusId)
      The ID of the status.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object