Class EntityPropertyService.PropertyResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
com.atlassian.jira.entity.property.EntityPropertyService.PropertyResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- EntityPropertyService<T extends WithId>
@PublicApi
public static class EntityPropertyService.PropertyResult
extends EntityPropertyService.PropertyServiceResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyResult
(ErrorCollection errorCollection, io.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, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
PropertyResult
public PropertyResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty)
-