Interface MyCustomerSetSalutationAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetSalutationAction extends MyCustomerUpdateAction
MyCustomerSetSalutationAction
Example to create an instance using the builder pattern

     MyCustomerSetSalutationAction myCustomerSetSalutationAction = MyCustomerSetSalutationAction.builder()
             .build()
 
  • Field Details

    • SET_SALUTATION

      static final String SET_SALUTATION
      discriminator value for MyCustomerSetSalutationAction
      See Also:
  • Method Details