makeOpResult static method

OpResult makeOpResult(
  1. String tableName,
  2. String operationResultId,
  3. OperationType operationType
)

Implementation

static OpResult makeOpResult(
    String tableName, String operationResultId, OperationType operationType) {
  return new OpResult(tableName, operationType, operationResultId);
}