public static abstract class

EntityPropertyService.PropertyServiceResult

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
Known Direct Subclasses

Summary

Public Constructors
PropertyServiceResult(ErrorCollection errorCollection, Option<EntityProperty> entityProperty)
Public Methods
Option<EntityProperty> getEntityProperty()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

public PropertyServiceResult (ErrorCollection errorCollection, Option<EntityProperty> entityProperty)

Public Methods

public Option<EntityProperty> getEntityProperty ()