Interface VisualIdentityImageConfiguration
public interface VisualIdentityImageConfiguration
Represents the configuration used to define an image 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 image as the visual identity of a record.Returns the type of the image used to represent the visual identity of a record.Returns the resource configuration used to define an image as the visual identity of a record.
-
Method Details
-
getImageType
VisualIdentityImageType getImageType()Returns the type of the image 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 image as the visual identity of a record.- Since:
- 6.2.1
- See Also:
-
getResourceConfiguration
VisualIdentityResourceConfiguration getResourceConfiguration()Returns the resource configuration used to define an image as the visual identity of a record.- Since:
- 6.2.1
- See Also:
-