Interface VariantRemoveStagedChangesAction

All Superinterfaces:
VariantUpdateAction

public interface VariantRemoveStagedChangesAction extends VariantUpdateAction

Removes all staged changes from the Variant, only the current data remains. Generates the VariantStagedChangesRemoved Message.


Example to create an instance using the builder pattern

     VariantRemoveStagedChangesAction variantRemoveStagedChangesAction = VariantRemoveStagedChangesAction.builder()
             .build()