Class CustomerTitleSetMessagePayloadBuilder
java.lang.Object
com.commercetools.api.models.message.CustomerTitleSetMessagePayloadBuilder
- All Implemented Interfaces:
- Builder<CustomerTitleSetMessagePayload>
public class CustomerTitleSetMessagePayloadBuilder
extends Object
implements Builder<CustomerTitleSetMessagePayload>
CustomerTitleSetMessagePayloadBuilder
 
Example to create an instance using the builder pattern
 
Example to create an instance using the builder pattern
     CustomerTitleSetMessagePayload customerTitleSetMessagePayload = CustomerTitleSetMessagePayload.builder()
             .build()
 - 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()builds CustomerTitleSetMessagePayload with checking for non-null required valuesbuilds CustomerTitleSetMessagePayload without checking for non-null required valuesgetTitle()Thetitlethat was set during the Set Title update action.of()factory method for an instance of CustomerTitleSetMessagePayloadBuilderof(CustomerTitleSetMessagePayload template) create builder for CustomerTitleSetMessagePayload instanceThetitlethat was set during the Set Title update action.
- 
Constructor Details- 
CustomerTitleSetMessagePayloadBuilderpublic CustomerTitleSetMessagePayloadBuilder()
 
- 
- 
Method Details- 
titleThe titlethat was set during the Set Title update action.- Parameters:
- title- value to be set
- Returns:
- Builder
 
- 
getTitleThe titlethat was set during the Set Title update action.- Returns:
- title
 
- 
buildbuilds CustomerTitleSetMessagePayload with checking for non-null required values- Specified by:
- buildin interface- Builder<CustomerTitleSetMessagePayload>
- Returns:
- CustomerTitleSetMessagePayload
 
- 
buildUncheckedbuilds CustomerTitleSetMessagePayload without checking for non-null required values- Returns:
- CustomerTitleSetMessagePayload
 
- 
offactory method for an instance of CustomerTitleSetMessagePayloadBuilder- Returns:
- builder
 
- 
ofcreate builder for CustomerTitleSetMessagePayload instance- Parameters:
- template- instance with prefilled values for the builder
- Returns:
- builder
 
 
-