com.atlassian.jira.bc.issue.label
Class LabelService.LabelValidationResult

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

public abstract static class LabelService.LabelValidationResult
extends ServiceResultImpl


Constructor Summary
LabelService.LabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection)
           
 
Method Summary
 Long getCustomFieldId()
           
 Long getIssueId()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelService.LabelValidationResult

public LabelService.LabelValidationResult(Long issueId,
                                          Long customFieldId,
                                          ErrorCollection errorCollection)
Method Detail

getCustomFieldId

public Long getCustomFieldId()

getIssueId

public Long getIssueId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.