com.atlassian.jira.entity.property
Class EntityPropertyService.SetPropertyValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.entity.property.EntityPropertyService.SetPropertyValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
EntityPropertyService<T extends WithId>

@ExperimentalApi
public static class EntityPropertyService.SetPropertyValidationResult
extends ServiceResultImpl


Constructor Summary
EntityPropertyService.SetPropertyValidationResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput)
           
 
Method Summary
 com.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> getEntityPropertyInput()
           
 
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

EntityPropertyService.SetPropertyValidationResult

public EntityPropertyService.SetPropertyValidationResult(ErrorCollection errorCollection,
                                                         com.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput)
Method Detail

getEntityPropertyInput

public com.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> getEntityPropertyInput()


Copyright © 2002-2014 Atlassian. All Rights Reserved.