Class AssetDraftCustomTypeAdapter
- java.lang.Object
-
- com.commercetools.sync.commons.models.AssetDraftCustomTypeAdapter
-
- All Implemented Interfaces:
CustomDraft
public final class AssetDraftCustomTypeAdapter extends java.lang.Object implements CustomDraft
Adapt AssetDraft withCustomDraftinterface to be used onCustomUpdateActionUtils
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.commercetools.api.models.type.CustomFieldsDraftgetCustom()Get custom fields of theAssetDraftstatic AssetDraftCustomTypeAdapterof(com.commercetools.api.models.common.AssetDraft assetDraft)Build an adapter to be used for preparing custom type actions of with the givenAssetDraft
-
-
-
Method Detail
-
getCustom
@Nullable public com.commercetools.api.models.type.CustomFieldsDraft getCustom()
Get custom fields of theAssetDraft- Specified by:
getCustomin interfaceCustomDraft- Returns:
- the
CustomFieldsDraft
-
of
public static AssetDraftCustomTypeAdapter of(com.commercetools.api.models.common.AssetDraft assetDraft)
Build an adapter to be used for preparing custom type actions of with the givenAssetDraft- Parameters:
assetDraft- theAssetDraft- Returns:
- the
AssetDraftCustomTypeAdapter
-
-