Class PriceSelectorInput
java.lang.Object
com.commercetools.graphql.api.types.PriceSelectorInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPriceSelectorInput(Currency currency, String country, ReferenceInput customerGroup, ReferenceInput channel, OffsetDateTime date) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDate()inthashCode()static PriceSelectorInput.BuildervoidsetChannel(ReferenceInput channel) voidsetCountry(String country) voidsetCurrency(Currency currency) voidsetCustomerGroup(ReferenceInput customerGroup) voidsetDate(OffsetDateTime date) toString()
-
Constructor Details
-
PriceSelectorInput
public PriceSelectorInput() -
PriceSelectorInput
public PriceSelectorInput(Currency currency, String country, ReferenceInput customerGroup, ReferenceInput channel, OffsetDateTime date)
-
-
Method Details