Class ShippingRateInputLocalizedEnumValue
java.lang.Object
com.commercetools.graphql.api.types.ShippingRateInputLocalizedEnumValue
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShippingRateInputLocalizedEnumValue(String key, String label, List<LocalizedString> labelAllLocales) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getLabel()inthashCode()voidvoidvoidsetLabelAllLocales(List<LocalizedString> labelAllLocales) toString()
-
Constructor Details
-
ShippingRateInputLocalizedEnumValue
public ShippingRateInputLocalizedEnumValue() -
ShippingRateInputLocalizedEnumValue
public ShippingRateInputLocalizedEnumValue(String key, String label, List<LocalizedString> labelAllLocales)
-
-
Method Details