Class BusinessUnitCustomerGroupAssignmentRemovedMessagePayloadBuilder

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

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

     BusinessUnitCustomerGroupAssignmentRemovedMessagePayload businessUnitCustomerGroupAssignmentRemovedMessagePayload = BusinessUnitCustomerGroupAssignmentRemovedMessagePayload.builder()
             .customerGroupAssignment(customerGroupAssignmentBuilder -> customerGroupAssignmentBuilder)
             .build()