@ExperimentalApi public static class

EntityPropertyService.DeletePropertyValidationResult

extends EntityPropertyService.PropertyServiceResult
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
       ↳ com.atlassian.jira.entity.property.EntityPropertyService.DeletePropertyValidationResult

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Public Constructors
EntityPropertyService.DeletePropertyValidationResult(ErrorCollection errorCollection, Option<EntityProperty> entityProperty)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.property.EntityPropertyService.PropertyServiceResult
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

public EntityPropertyService.DeletePropertyValidationResult (ErrorCollection errorCollection, Option<EntityProperty> entityProperty)