Class LabelService.LabelValidationResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
All Implemented Interfaces:
ServiceResult, Serializable
Direct Known Subclasses:
LabelService.AddLabelValidationResult, LabelService.SetLabelValidationResult
Enclosing interface:
LabelService

public abstract static class LabelService.LabelValidationResult extends ServiceResultImpl
See Also:
  • Constructor Details

    • LabelValidationResult

      public LabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection)
  • Method Details

    • getCustomFieldId

      public Long getCustomFieldId()
    • getIssueId

      public Long getIssueId()