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

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

@ExperimentalApi
public static class EntityPropertyService.PropertyResult
extends EntityPropertyService.PropertyServiceResult


Constructor Summary
EntityPropertyService.PropertyResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityProperty> entityProperty)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
getEntityProperty
 
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.PropertyResult

public EntityPropertyService.PropertyResult(ErrorCollection errorCollection,
                                            com.atlassian.fugue.Option<EntityProperty> entityProperty)


Copyright © 2002-2014 Atlassian. All Rights Reserved.