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>

public abstract static class EntityPropertyService.PropertyServiceResult extends ServiceResultImpl
See Also:
  • Constructor Details

    • PropertyServiceResult

      public PropertyServiceResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty)
  • Method Details

    • getEntityProperty

      public io.atlassian.fugue.Option<EntityProperty> getEntityProperty()