Interface VisualIdentityRecordConfiguration
public interface VisualIdentityRecordConfiguration
Represents the configuration used to define the visual identity of a record.
- Since:
- 6.2.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the icon configuration of the record.Returns the image configuration of the record.
-
Method Details
-
getImageConfiguration
VisualIdentityImageConfiguration getImageConfiguration()Returns the image configuration of the record. -
getIconConfiguration
VisualIdentityIconConfiguration getIconConfiguration()Returns the icon configuration of the record.
-