Class StoreSupplyChannelsChanged.Builder
java.lang.Object
com.commercetools.graphql.api.types.StoreSupplyChannelsChanged.Builder
- Enclosing class:
- StoreSupplyChannelsChanged
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddedSupplyChannels(List<Channel> addedSupplyChannels) addedSupplyChannelsRef(List<Reference> addedSupplyChannelsRef) build()removedSupplyChannels(List<Channel> removedSupplyChannels) removedSupplyChannelsRef(List<Reference> removedSupplyChannelsRef)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addedSupplyChannels
-
removedSupplyChannels
public StoreSupplyChannelsChanged.Builder removedSupplyChannels(List<Channel> removedSupplyChannels) -
addedSupplyChannelsRef
public StoreSupplyChannelsChanged.Builder addedSupplyChannelsRef(List<Reference> addedSupplyChannelsRef) -
removedSupplyChannelsRef
public StoreSupplyChannelsChanged.Builder removedSupplyChannelsRef(List<Reference> removedSupplyChannelsRef) -
type
-