@ExperimentalApi public static class

EntityPropertyService.PropertyKeys

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.entity.property.EntityPropertyService.PropertyKeys<E>

@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.PropertyKeys(ErrorCollection errorCollection, List<String> keys, E entity)
Public Methods
E getEntity()
List<String> getKeys()
[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.PropertyKeys (ErrorCollection errorCollection, List<String> keys, E entity)

Public Methods

public E getEntity ()

public List<String> getKeys ()