Class ParameterOperationResult

java.lang.Object
com.highdeal.admin.hci.ParameterOperationResult
All Implemented Interfaces:
OperationResult, XMLMarshallable
Direct Known Subclasses:
GetParameterValueResult, ResetParameterValueResult, SetParameterValueResult

public abstract class ParameterOperationResult extends Object implements OperationResult
This abstract Java class facilitates the handling of the operation results relating to the management of system parameters in the connected SAP CC system;
  • Constructor Details

    • ParameterOperationResult

      public ParameterOperationResult()
  • Method Details