Uses of Class
zowe.client.sdk.utility.DataSetUtils.Operation
-
Packages that use DataSetUtils.Operation Package Description zowe.client.sdk.utility set of utilities for each main SDK package -
-
Uses of DataSetUtils.Operation in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return DataSetUtils.Operation Modifier and Type Method Description static DataSetUtils.Operation
DataSetUtils.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataSetUtils.Operation[]
DataSetUtils.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 DataSetUtils.Operation Modifier and Type Method Description static void
DataSetUtils. checkHttpErrors(String errMsg, List<String> dsNames, DataSetUtils.Operation type)
Formulate and return a more redefined error exception message based on a CRUD operation.
-