Class ProductSelectionCreatedMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.ProductSelectionCreatedMessagePayloadBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductSelectionCreatedMessagePayload>

public class ProductSelectionCreatedMessagePayloadBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductSelectionCreatedMessagePayload>
ProductSelectionCreatedMessagePayloadBuilder
Example to create an instance using the builder pattern

     ProductSelectionCreatedMessagePayload productSelectionCreatedMessagePayload = ProductSelectionCreatedMessagePayload.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()