Uses of Class
com.atlassian.jira.rest.util.AttachmentHelper.ValidationError

Packages that use AttachmentHelper.ValidationError
com.atlassian.jira.rest.util   
 

Uses of AttachmentHelper.ValidationError in com.atlassian.jira.rest.util
 

Methods in com.atlassian.jira.rest.util that return AttachmentHelper.ValidationError
 AttachmentHelper.ValidationError AttachmentHelper.ValidationResult.getErrorType()
           
static AttachmentHelper.ValidationError AttachmentHelper.ValidationError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachmentHelper.ValidationError[] AttachmentHelper.ValidationError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.jira.rest.util with parameters of type AttachmentHelper.ValidationError
AttachmentHelper.ValidationResult(AttachmentHelper.ValidationError errorType, String errorMessage)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.