Class ProductSelectionDeletedMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.ProductSelectionDeletedMessagePayloadBuilder
All Implemented Interfaces:
Builder<ProductSelectionDeletedMessagePayload>

public class ProductSelectionDeletedMessagePayloadBuilder extends Object implements Builder<ProductSelectionDeletedMessagePayload>
ProductSelectionDeletedMessagePayloadBuilder
Example to create an instance using the builder pattern

     ProductSelectionDeletedMessagePayload productSelectionDeletedMessagePayload = ProductSelectionDeletedMessagePayload.builder()
             .build()