Uses of Class
utility.UtilDataset.Operation
-
Packages that use UtilDataset.Operation Package Description utility set of utilities for each main SDK package -
-
Uses of UtilDataset.Operation in utility
Methods in utility that return UtilDataset.Operation Modifier and Type Method Description static UtilDataset.Operation
UtilDataset.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtilDataset.Operation[]
UtilDataset.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in utility with parameters of type UtilDataset.Operation Modifier and Type Method Description static void
UtilDataset. checkHttpErrors(String errMsg, List<String> dsNames, UtilDataset.Operation type)
Formulate and return a more redefined error exception message based on a CRUD operation.
-