Class AddProductAsset
java.lang.Object
com.commercetools.graphql.api.types.AddProductAsset
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddProductAsset(Integer variantId, String sku, Boolean staged, Integer position, AssetDraftInput asset) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAsset()getSku()inthashCode()static AddProductAsset.BuildervoidsetAsset(AssetDraftInput asset) voidsetPosition(Integer position) voidvoidvoidsetVariantId(Integer variantId) toString()
-
Constructor Details
-
AddProductAsset
public AddProductAsset() -
AddProductAsset
public AddProductAsset(Integer variantId, String sku, Boolean staged, Integer position, AssetDraftInput asset)
-
-
Method Details