Interface DynamicContent.Instance
-
- All Known Implementing Classes:
DynamicContent.InstanceAdapter
- Enclosing interface:
- DynamicContent
public static interface DynamicContent.InstanceDefines the contract for a given version of dynamic content at a single moment in time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText()Returns the text of the dynamic content instance.DategetTimestamp()Returns the timestamp when the instance was created.
-