public interface AssetDraft extends CustomDraft, WithKey
Asset
.AssetDraftBuilder
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
getCustom() |
LocalizedString |
getDescription() |
String |
getKey() |
LocalizedString |
getName() |
List<AssetSource> |
getSources() |
Set<String> |
getTags() |
List<AssetSource> getSources()
LocalizedString getName()
@Nullable LocalizedString getDescription()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft