Class StoreCreated
java.lang.Object
com.commercetools.graphql.api.types.StoreCreated
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStoreCreated(List<String> languages, CustomFieldsType custom, String name, List<ProductSelectionSetting> productSelections, List<Channel> distributionChannels, List<Channel> supplyChannels, List<StoreCountry> countries, List<Reference> distributionChannelsRef, List<Reference> supplyChannelsRef, List<Reference> productSelectionsRef, List<LocalizedString> nameAllLocales, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getType()inthashCode()static StoreCreated.BuildervoidsetCountries(List<StoreCountry> countries) voidsetCustom(CustomFieldsType custom) voidsetDistributionChannels(List<Channel> distributionChannels) voidsetDistributionChannelsRef(List<Reference> distributionChannelsRef) voidsetLanguages(List<String> languages) voidvoidsetNameAllLocales(List<LocalizedString> nameAllLocales) voidsetProductSelections(List<ProductSelectionSetting> productSelections) voidsetProductSelectionsRef(List<Reference> productSelectionsRef) voidsetSupplyChannels(List<Channel> supplyChannels) voidsetSupplyChannelsRef(List<Reference> supplyChannelsRef) voidtoString()
-
Constructor Details
-
StoreCreated
public StoreCreated() -
StoreCreated
public StoreCreated(List<String> languages, CustomFieldsType custom, String name, List<ProductSelectionSetting> productSelections, List<Channel> distributionChannels, List<Channel> supplyChannels, List<StoreCountry> countries, List<Reference> distributionChannelsRef, List<Reference> supplyChannelsRef, List<Reference> productSelectionsRef, List<LocalizedString> nameAllLocales, String type)
-
-
Method Details
-
getLanguages
-
setLanguages
-
getCustom
-
setCustom
-
getName
-
setName
-
getProductSelections
-
setProductSelections
-
getDistributionChannels
-
setDistributionChannels
-
getSupplyChannels
-
setSupplyChannels
-
getCountries
-
setCountries
-
getDistributionChannelsRef
-
setDistributionChannelsRef
-
getSupplyChannelsRef
-
setSupplyChannelsRef
-
getProductSelectionsRef
-
setProductSelectionsRef
-
getNameAllLocales
-
setNameAllLocales
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-