public final class SetAssetSources extends UpdateActionImpl<T>
getAction
public String getAssetId()
public String getAssetKey()
@Nullable public List<AssetSource> getSources()
public static SetAssetSources ofVariantId(Integer variantId, String assetId, @Nullable List<AssetSource> sources)
public static SetAssetSources ofVariantId(Integer variantId, String assetId, @Nullable List<AssetSource> sources, @Nullable Boolean staged)
public static SetAssetSources ofSku(String sku, String assetId, @Nullable List<AssetSource> sources)
public static SetAssetSources ofSku(String sku, String assetId, @Nullable List<AssetSource> sources, @Nullable Boolean staged)
public static SetAssetSources ofVariantIdAndAssetKey(Integer variantId, String assetKey, @Nullable List<AssetSource> sources)
public static SetAssetSources ofVariantIdAndAssetKey(Integer variantId, String assetKey, @Nullable List<AssetSource> sources, @Nullable Boolean staged)
public static SetAssetSources ofSkuAndAssetKey(String sku, String assetKey, @Nullable List<AssetSource> sources)
public static SetAssetSources ofSkuAndAssetKey(String sku, String assetKey, @Nullable List<AssetSource> sources, @Nullable Boolean staged)