Class CustomFieldFindEvent

java.lang.Object
com.atlassian.jira.rest.v2.issue.customfield.CustomFieldFindEvent

public class CustomFieldFindEvent extends Object
For publishing analytics data concerning the usage of customfields REST API
Since:
8.16
  • Constructor Details

  • Method Details

    • getStartAt

      public Long getStartAt()
    • getMaxResults

      public int getMaxResults()
    • getProjectIds

      public List<Long> getProjectIds()
    • getScreenIds

      public List<Long> getScreenIds()
    • getTypes

      public List<String> getTypes()
    • getSortOrder

      public Long getSortOrder()
    • getSortColumn

      public Long getSortColumn()
    • getLastValueUpdate

      public Long getLastValueUpdate()