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 Summary
ConstructorsConstructorDescriptionDeletePropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) -
Method Summary
Methods inherited from class com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
getEntityPropertyMethods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
DeletePropertyValidationResult
public DeletePropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty)
-