Uses of Class
zowe.client.sdk.utility.UtilDataset.Operation
-
Packages that use UtilDataset.Operation Package Description zowe.client.sdk.utility set of utilities for each main SDK package -
-
Uses of UtilDataset.Operation in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return UtilDataset.Operation Modifier and Type Method Description static UtilDataset.OperationUtilDataset.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 zowe.client.sdk.utility with parameters of type UtilDataset.Operation Modifier and Type Method Description static voidUtilDataset. checkHttpErrors(String errMsg, List<String> dsNames, UtilDataset.Operation type)Formulate and return a more redefined error exception message based on a CRUD operation.
-