Package com.thalesgroup.gemalto.d1.card
Class CardAsset
java.lang.Object
com.thalesgroup.gemalto.d1.card.CardAsset
The Card Asset contains resources such as an image used to display Card Art.
- Since:
- 1.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration type for AssetType supported. -
Constructor Summary
ConstructorsConstructorDescriptionCardAsset(CardAsset.AssetType type, List<AssetContent> contents) Public Constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the list of asset content resources.getType()Gets the asset content type—ICON or CARD_BACKGROUND.
-
Constructor Details
-
CardAsset
Public Constructor
-
-
Method Details
-
getType
Gets the asset content type—ICON or CARD_BACKGROUND. -
getContents
Gets the list of asset content resources.
-