Class EntityPropertyService.DeletePropertyValidationResult

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

@PublicApi public static class EntityPropertyService.DeletePropertyValidationResult extends EntityPropertyService.PropertyServiceResult
See Also:
  • Constructor Details

    • DeletePropertyValidationResult

      public DeletePropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty)