Class ChangelogItem

java.lang.Object
com.atlassian.jira.rest.client.api.domain.ChangelogItem

public class ChangelogItem extends Object
Represents single item in Issue change history.
Since:
0.6
  • Constructor Details

  • Method Details

    • getFieldType

      public FieldType getFieldType()
    • getField

      public String getField()
    • getFrom

      @Nullable public String getFrom()
    • getFromString

      @Nullable public String getFromString()
    • getTo

      @Nullable public String getTo()
    • getToString

      @Nullable public String getToString()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object