Class CreateStore
java.lang.Object
com.commercetools.graphql.api.types.CreateStore
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreateStore(String key, List<LocalizedStringItemInputType> name, List<String> languages, List<StoreCountryInput> countries, List<ResourceIdentifierInput> distributionChannels, List<ResourceIdentifierInput> supplyChannels, List<ProductSelectionSettingDraft> productSelections, CustomFieldsDraft custom) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()inthashCode()static CreateStore.BuildervoidsetCountries(List<StoreCountryInput> countries) voidsetCustom(CustomFieldsDraft custom) voidsetDistributionChannels(List<ResourceIdentifierInput> distributionChannels) voidvoidsetLanguages(List<String> languages) voidvoidsetProductSelections(List<ProductSelectionSettingDraft> productSelections) voidsetSupplyChannels(List<ResourceIdentifierInput> supplyChannels) toString()
-
Constructor Details
-
CreateStore
public CreateStore() -
CreateStore
public CreateStore(String key, List<LocalizedStringItemInputType> name, List<String> languages, List<StoreCountryInput> countries, List<ResourceIdentifierInput> distributionChannels, List<ResourceIdentifierInput> supplyChannels, List<ProductSelectionSettingDraft> productSelections, CustomFieldsDraft custom)
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getLanguages
-
setLanguages
-
getCountries
-
setCountries
-
getDistributionChannels
-
setDistributionChannels
-
getSupplyChannels
-
setSupplyChannels
-
getProductSelections
-
setProductSelections
-
getCustom
-
setCustom
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-