Class SetProductAssetSources
java.lang.Object
com.commercetools.graphql.api.types.SetProductAssetSources
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetProductAssetSources(Integer variantId, String sku, Boolean staged, List<AssetSourceInput> sources, String assetKey, String assetId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSku()inthashCode()voidsetAssetId(String assetId) voidsetAssetKey(String assetKey) voidvoidsetSources(List<AssetSourceInput> sources) voidvoidsetVariantId(Integer variantId) toString()
-
Constructor Details
-
SetProductAssetSources
public SetProductAssetSources() -
SetProductAssetSources
-
-
Method Details