Class MyCustomerSetDateOfBirthActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCustomerSetDateOfBirthActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyCustomerSetDateOfBirthAction>

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

     MyCustomerSetDateOfBirthAction myCustomerSetDateOfBirthAction = MyCustomerSetDateOfBirthAction.builder()
             .build()
 
  • Constructor Details

    • MyCustomerSetDateOfBirthActionBuilder

      public MyCustomerSetDateOfBirthActionBuilder()
  • Method Details