Class CustomerInputBuilder


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

  • Method Details

    • setDefaultFromParent

      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

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