Class CartsConfiguration
java.lang.Object
com.commercetools.graphql.api.types.CartsConfiguration
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCartsConfiguration(Integer deleteDaysAfterLastModification, Boolean allowAddingUnpublishedProducts, Boolean countryTaxRateFallbackEnabled) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static CartsConfiguration.BuildervoidsetAllowAddingUnpublishedProducts(Boolean allowAddingUnpublishedProducts) voidsetCountryTaxRateFallbackEnabled(Boolean countryTaxRateFallbackEnabled) voidsetDeleteDaysAfterLastModification(Integer deleteDaysAfterLastModification) toString()
-
Constructor Details
-
CartsConfiguration
public CartsConfiguration() -
CartsConfiguration
-
-
Method Details
-
getDeleteDaysAfterLastModification
-
setDeleteDaysAfterLastModification
-
getAllowAddingUnpublishedProducts
-
setAllowAddingUnpublishedProducts
-
getCountryTaxRateFallbackEnabled
-
setCountryTaxRateFallbackEnabled
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-