Interface TypeUpdateAction

All Superinterfaces:
ResourceUpdateAction<TypeUpdateAction>
All Known Subinterfaces:
TypeAddEnumValueAction, TypeAddFieldDefinitionAction, TypeAddLocalizedEnumValueAction, TypeChangeEnumValueLabelAction, TypeChangeEnumValueOrderAction, TypeChangeFieldDefinitionOrderAction, TypeChangeInputHintAction, TypeChangeKeyAction, TypeChangeLabelAction, TypeChangeLocalizedEnumValueLabelAction, TypeChangeLocalizedEnumValueOrderAction, TypeChangeNameAction, TypeRemoveFieldDefinitionAction, TypeSetDescriptionAction
All Known Implementing Classes:
TypeAddEnumValueActionImpl, TypeAddFieldDefinitionActionImpl, TypeAddLocalizedEnumValueActionImpl, TypeChangeEnumValueLabelActionImpl, TypeChangeEnumValueOrderActionImpl, TypeChangeFieldDefinitionOrderActionImpl, TypeChangeInputHintActionImpl, TypeChangeKeyActionImpl, TypeChangeLabelActionImpl, TypeChangeLocalizedEnumValueLabelActionImpl, TypeChangeLocalizedEnumValueOrderActionImpl, TypeChangeNameActionImpl, TypeRemoveFieldDefinitionActionImpl, TypeSetDescriptionActionImpl, TypeUpdateActionImpl

TypeUpdateAction
Example to create a subtype instance using the builder pattern

     TypeUpdateAction typeUpdateAction = TypeUpdateAction.addEnumValueBuilder()
             fieldName("{fieldName}")
             value(valueBuilder -> valueBuilder)
             .build()