Klasse ChangeDetails

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

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

    • field

      protected String field
      The name of the field changed.
    • fieldId

      protected String fieldId
      The ID of the field changed.
    • fieldtype

      protected String fieldtype
      The type of the field changed.
    • from

      protected String from
      The details of the original value.
    • fromString

      protected String fromString
      The details of the original value as a string.
    • to

      protected String to
      The details of the new value.
    • toString

      protected String toString
      The details of the new value as a string.
  • Konstruktordetails

    • ChangeDetails

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

      @Internal public ChangeDetails(String field, String fieldId, String fieldtype, String from, String fromString, String to, String toString)
      Constructs a validated instance of ChangeDetails.

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

      Parameter:
      field - The name of the field changed.
      fieldId - The ID of the field changed.
      fieldtype - The type of the field changed.
      from - The details of the original value.
      fromString - The details of the original value as a string.
      to - The details of the new value.
      toString - The details of the new value as a string.
    • ChangeDetails

      protected ChangeDetails()
  • Methodendetails

    • builder

      public static ChangeDetails.ChangeDetailsBuilder builder()
    • field

      public String field()
      The name of the field changed.
    • fieldId

      public String fieldId()
      The ID of the field changed.
    • fieldtype

      public String fieldtype()
      The type of the field changed.
    • from

      public String from()
      The details of the original value.
    • fromString

      public String fromString()
      The details of the original value as a string.
    • to

      public String to()
      The details of the new value.
    • toString

      public String toString()
      The details of the new value as a string.
      Setzt außer Kraft:
      toString in Klasse Object
    • field

      public ChangeDetails field(String field)
      The name of the field changed.
      Gibt zurück:
      this.
    • fieldId

      public ChangeDetails fieldId(String fieldId)
      The ID of the field changed.
      Gibt zurück:
      this.
    • fieldtype

      public ChangeDetails fieldtype(String fieldtype)
      The type of the field changed.
      Gibt zurück:
      this.
    • from

      public ChangeDetails from(String from)
      The details of the original value.
      Gibt zurück:
      this.
    • fromString

      public ChangeDetails fromString(String fromString)
      The details of the original value as a string.
      Gibt zurück:
      this.
    • to

      public ChangeDetails to(String to)
      The details of the new value.
      Gibt zurück:
      this.
    • toString

      public ChangeDetails toString(String toString)
      The details of the new value as a string.
      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