Class SelectionOfProduct
java.lang.Object
com.commercetools.graphql.api.types.SelectionOfProduct
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSelectionOfProduct(Reference productSelectionRef, ProductSelection productSelection, ProductVariantSelection variantSelection, ProductVariantExclusion variantExclusion, OffsetDateTime createdAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanBETA: This feature can be subject to change and should be used carefully in production.inthashCode()static SelectionOfProduct.BuildervoidsetCreatedAt(OffsetDateTime createdAt) voidsetProductSelection(ProductSelection productSelection) voidsetProductSelectionRef(Reference productSelectionRef) voidsetVariantExclusion(ProductVariantExclusion variantExclusion) voidsetVariantSelection(ProductVariantSelection variantSelection) toString()
-
Constructor Details
-
SelectionOfProduct
public SelectionOfProduct() -
SelectionOfProduct
public SelectionOfProduct(Reference productSelectionRef, ProductSelection productSelection, ProductVariantSelection variantSelection, ProductVariantExclusion variantExclusion, OffsetDateTime createdAt)
-
-
Method Details
-
getProductSelectionRef
-
setProductSelectionRef
-
getProductSelection
-
setProductSelection
-
getVariantSelection
-
setVariantSelection
-
getVariantExclusion
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setVariantExclusion
-
getCreatedAt
-
setCreatedAt
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-