Class ProposedChangesArguments

java.lang.Object
com.technia.dsx.threedspace.change.action.ProposedChangesArguments

public class ProposedChangesArguments extends Object
Represents arguments for proposed changes.

A flexible map-based structure that can contain any key-value pairs needed for proposed change arguments.

Since:
2023-02-17
  • Constructor Details

    • ProposedChangesArguments

      public ProposedChangesArguments()
  • Method Details

    • getArguments

      public Map<String,Object> getArguments()
    • setDuplicationString

      public void setDuplicationString(String name, Object value)