Interface ProductTypeChangeInputHintAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>
All Known Implementing Classes:
ProductTypeChangeInputHintActionImpl

Updates the inputHint of an AttributeDefinition.


Example to create an instance using the builder pattern

     ProductTypeChangeInputHintAction productTypeChangeInputHintAction = ProductTypeChangeInputHintAction.builder()
             .attributeName("{attributeName}")
             .newValue(TextInputHint.SINGLE_LINE)
             .build()