Class ProductPriceDataInput
java.lang.Object
com.commercetools.graphql.api.types.ProductPriceDataInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductPriceDataInput(BaseMoneyInput value, String key, String country, ReferenceInput customerGroup, ResourceIdentifierInput channel, OffsetDateTime validFrom, OffsetDateTime validUntil, List<ProductPriceTierInput> tiers, CustomFieldsDraft custom, DiscountedProductPriceValueInput discounted) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getTiers()getValue()inthashCode()voidsetChannel(ResourceIdentifierInput channel) voidsetCountry(String country) voidsetCustom(CustomFieldsDraft custom) voidsetCustomerGroup(ReferenceInput customerGroup) voidsetDiscounted(DiscountedProductPriceValueInput discounted) voidvoidsetTiers(List<ProductPriceTierInput> tiers) voidsetValidFrom(OffsetDateTime validFrom) voidsetValidUntil(OffsetDateTime validUntil) voidsetValue(BaseMoneyInput value) toString()
-
Constructor Details
-
ProductPriceDataInput
public ProductPriceDataInput() -
ProductPriceDataInput
public ProductPriceDataInput(BaseMoneyInput value, String key, String country, ReferenceInput customerGroup, ResourceIdentifierInput channel, OffsetDateTime validFrom, OffsetDateTime validUntil, List<ProductPriceTierInput> tiers, CustomFieldsDraft custom, DiscountedProductPriceValueInput discounted)
-
-
Method Details
-
getValue
-
setValue
-
getKey
-
setKey
-
getCountry
-
setCountry
-
getCustomerGroup
-
setCustomerGroup
-
getChannel
-
setChannel
-
getValidFrom
-
setValidFrom
-
getValidUntil
-
setValidUntil
-
getTiers
-
setTiers
-
getCustom
-
setCustom
-
getDiscounted
-
setDiscounted
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-