@ExperimentalApi public static class

EntityPropertyService.SetPropertyValidationResult

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

@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.SetPropertyValidationResult(ErrorCollection errorCollection, Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput)
Public Methods
Option<EntityPropertyService.EntityPropertyInput> getEntityPropertyInput()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

public EntityPropertyService.SetPropertyValidationResult (ErrorCollection errorCollection, Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput)

Public Methods

public Option<EntityPropertyService.EntityPropertyInput> getEntityPropertyInput ()