Interface VisualIdentityIconConfiguration
public interface VisualIdentityIconConfiguration
Represents the configuration used to define an icon as the the visual identity of a record.
- Since:
- 6.2.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the digital asset configuration used to define an icon as the visual identity of a record.Returns the type of the icon used to represent the visual identity of a record.Returns the resource configuration used to define an icon as the visual identity of a record.Returns the standard icon used to represent the visual identity of a record.
-
Method Details
-
getIconType
VisualIdentityIconType getIconType()Returns the type of the icon used to represent the visual identity of a record.- Since:
- 6.2.1
-
getStandard
VisualIdentityIcon getStandard()Returns the standard icon used to represent the visual identity of a record.- Since:
- 6.2.1
-
getDigitalAssetConfiguration
VisualIdentityDigitalAssetConfiguration getDigitalAssetConfiguration()Returns the digital asset configuration used to define an icon as the visual identity of a record.- Since:
- 6.2.1
-
getResourceConfiguration
VisualIdentityResourceConfiguration getResourceConfiguration()Returns the resource configuration used to define an icon as the visual identity of a record.- Since:
- 6.2.1
-