Interface TypeChangeInputHintAction

All Superinterfaces:
ResourceUpdateAction<TypeUpdateAction>, TypeUpdateAction
All Known Implementing Classes:
TypeChangeInputHintActionImpl

Changes the inputHint of CustomFieldStringType FieldDefinition, a CustomFieldLocalizedStringType FieldDefinition, and CustomFieldSetType FieldDefinition of these string-based FieldTypes.


Example to create an instance using the builder pattern

     TypeChangeInputHintAction typeChangeInputHintAction = TypeChangeInputHintAction.builder()
             .fieldName("{fieldName}")
             .inputHint(TypeTextInputHint.SINGLE_LINE)
             .build()