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