Interface AddPlainEnumValueChange

All Superinterfaces:
Change
All Known Implementing Classes:
AddPlainEnumValueChangeImpl

public interface AddPlainEnumValueChange extends Change

Change triggered by the Add PlainEnumValue to AttributeDefinition update action.


Example to create an instance using the builder pattern

     AddPlainEnumValueChange addPlainEnumValueChange = AddPlainEnumValueChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .attributeName("{attributeName}")
             .build()