Interface PluginDataResource
- All Superinterfaces:
WebResource
Container for a data key and value
- Since:
- v3.0
-
Method Summary
Methods inherited from interface com.atlassian.webresource.api.assembler.WebResource
getResourcePhase
-
Method Details
-
getKey
String getKey() -
getJsonable
Deprecated.usegetData()instead.Since 3.4.0, async data may normally or exceptionally complete, or timeout. In the case of an exceptional completion or timeout, this method will throwNoSuchElementException.- Throws:
NoSuchElementException- in the case of an exceptional completion or timeout.
-
getData
Optional<com.atlassian.json.marshal.Jsonable> getData()
-
getData()instead.