Class EntityPropertyService.PropertyServiceResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Direct Known Subclasses:
EntityPropertyService.DeletePropertyValidationResult
,EntityPropertyService.PropertyResult
- Enclosing interface:
- EntityPropertyService<T extends WithId>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyServiceResult
(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) -
Method Summary
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
-
PropertyServiceResult
public PropertyServiceResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty)
-
-
Method Details
-
getEntityProperty
-