Class DssUpdate

java.lang.Object
dev.galasa.framework.spi.DssUpdate
All Implemented Interfaces:
IDssAction
Direct Known Subclasses:
DssResourceUpdate

public class DssUpdate extends Object implements IDssAction
This DSS action request that property is updated in the DSS whether it exists or not. If you want the transaction to fail if the property already exists, use DssAdd
Author:
Michael Baylis
  • Constructor Details

    • DssUpdate

      public DssUpdate(@NotNull @NotNull String key, @NotNull @NotNull String value)
  • Method Details