Class ProductVariantSelectionDraft
java.lang.Object
com.commercetools.graphql.api.types.ProductVariantSelectionDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductVariantSelectionDraft(List<String> includeOnly, List<String> includeAllExcept) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetIncludeAllExcept(List<String> includeAllExcept) voidsetIncludeOnly(List<String> includeOnly) toString()
-
Constructor Details
-
ProductVariantSelectionDraft
public ProductVariantSelectionDraft() -
ProductVariantSelectionDraft
-
-
Method Details