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