Interface ActionDefinitionLink
-
- All Known Subinterfaces:
ActionDefinitionLinkEntity
- All Known Implementing Classes:
ActionDefinitionLinkEntityImpl
public interface ActionDefinitionLink- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_CHANNEL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActionDefinitionId()java.lang.StringgetId()unique identifierjava.lang.StringgetLinkValue()java.lang.StringgetType()
-
-
-
Field Detail
-
TYPE_CHANNEL
static final java.lang.String TYPE_CHANNEL
- See Also:
- Constant Field Values
-
-