All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
getAssetId() |
String |
getAssetKey() |
String |
getSku() |
List<AssetSource> |
getSources() |
Integer |
getVariantId() |
Boolean |
isStaged() |
static SetAssetSources |
ofSku(String sku,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
ofSku(String sku,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources,
Boolean staged) |