Class EntityPropertyService.SetPropertyValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.entity.property.EntityPropertyService.SetPropertyValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- EntityPropertyService<T extends WithId>
@PublicApi
public static class EntityPropertyService.SetPropertyValidationResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSetPropertyValidationResult
(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput>
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
-
SetPropertyValidationResult
public SetPropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput)
-
-
Method Details
-
getEntityPropertyInput
public io.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> getEntityPropertyInput()
-