Class AuditAssociatedItem

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

public class AuditAssociatedItem extends Object
Item that can be associated with Audit Record. Represents additional information about item related to record like user, group or schema.
Since:
v2.0
  • Constructor Details

  • Method Details

    • getId

      @Nullable public String getId()
    • getName

      @Nonnull public String getName()
    • getTypeName

      @Nonnull public String getTypeName()
    • getParentId

      @Nullable public String getParentId()
    • getParentName

      @Nullable public String getParentName()
    • getToStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object