Interface ExtensionsData
public interface ExtensionsData
This object is created by the ExtensionsDataBuilder and is subsequently added to the ExtensionsCache
for accessibility during the execution of an ExtensionCallback.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
gets the name of this ExtensionsData object.gets the Payload associated with this ExtensionsData instance.
-
Method Details
-
getPayload
PayloadView getPayload()gets the Payload associated with this ExtensionsData instance.- Returns:
- the Payload associated with this ExtensionsData instance.
-
getName
String getName()gets the name of this ExtensionsData object. This name is taken from the "Info" block of the associated ExtensionsDataSpecification.- Returns:
- the name of this ExtensionsData object
-