Class CreateStandalonePrice
java.lang.Object
com.commercetools.graphql.api.types.CreateStandalonePrice
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreateStandalonePrice(String key, String sku, BaseMoneyInput value, StagedPriceDraft staged, String country, ResourceIdentifierInput customerGroup, ResourceIdentifierInput channel, OffsetDateTime validFrom, OffsetDateTime validUntil, List<ProductPriceTierInput> tiers, CustomFieldsDraft custom, DiscountedProductPriceValueInput discounted, Boolean active) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getSku()getTiers()getValue()inthashCode()voidvoidsetChannel(ResourceIdentifierInput channel) voidsetCountry(String country) voidsetCustom(CustomFieldsDraft custom) voidsetCustomerGroup(ResourceIdentifierInput customerGroup) voidsetDiscounted(DiscountedProductPriceValueInput discounted) voidvoidvoidsetStaged(StagedPriceDraft staged) voidsetTiers(List<ProductPriceTierInput> tiers) voidsetValidFrom(OffsetDateTime validFrom) voidsetValidUntil(OffsetDateTime validUntil) voidsetValue(BaseMoneyInput value) toString()
-
Constructor Details
-
CreateStandalonePrice
public CreateStandalonePrice() -
CreateStandalonePrice
public CreateStandalonePrice(String key, String sku, BaseMoneyInput value, StagedPriceDraft staged, String country, ResourceIdentifierInput customerGroup, ResourceIdentifierInput channel, OffsetDateTime validFrom, OffsetDateTime validUntil, List<ProductPriceTierInput> tiers, CustomFieldsDraft custom, DiscountedProductPriceValueInput discounted, Boolean active)
-
-
Method Details
-
getKey
-
setKey
-
getSku
-
setSku
-
getValue
-
setValue
-
getStaged
-
setStaged
-
getCountry
-
setCountry
-
getCustomerGroup
-
setCustomerGroup
-
getChannel
-
setChannel
-
getValidFrom
-
setValidFrom
-
getValidUntil
-
setValidUntil
-
getTiers
-
setTiers
-
getCustom
-
setCustom
-
getDiscounted
-
setDiscounted
-
getActive
-
setActive
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-