Class StoreDistributionChannelsChanged.Builder
java.lang.Object
com.commercetools.graphql.api.types.StoreDistributionChannelsChanged.Builder
- Enclosing class:
- StoreDistributionChannelsChanged
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddedDistributionChannels(List<Channel> addedDistributionChannels) addedDistributionChannelsRef(List<Reference> addedDistributionChannelsRef) build()removedDistributionChannels(List<Channel> removedDistributionChannels) removedDistributionChannelsRef(List<Reference> removedDistributionChannelsRef)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addedDistributionChannels
public StoreDistributionChannelsChanged.Builder addedDistributionChannels(List<Channel> addedDistributionChannels) -
removedDistributionChannels
public StoreDistributionChannelsChanged.Builder removedDistributionChannels(List<Channel> removedDistributionChannels) -
addedDistributionChannelsRef
public StoreDistributionChannelsChanged.Builder addedDistributionChannelsRef(List<Reference> addedDistributionChannelsRef) -
removedDistributionChannelsRef
public StoreDistributionChannelsChanged.Builder removedDistributionChannelsRef(List<Reference> removedDistributionChannelsRef) -
type
-