Class CustomerInputBuilder


public class CustomerInputBuilder extends AbstractProductAndCustomerInputBuilder<CustomerInputBuilder,String>
Builder class for input type Customer InputType.CUSTOMER
  • Constructor Details Link icon

  • Method Details Link icon

    • setDefaultFromParent Link icon

      public CustomerInputBuilder setDefaultFromParent(Boolean defaultFromParent)
      Sets default from the parent flag of the CustomerInputBuilder. It determines whether to look up the attribute value from the parent customer (if any).
      Parameters:
      defaultFromParent - true to set the default from the parent
      Returns:
      self
    • _getInput Link icon

      protected Object _getInput()
      Specified by:
      _getInput in class AbstractInputBuilder<CustomerInputBuilder,String>