Uses of Class
zowe.client.sdk.zoslogs.types.HardCopyType
-
Packages that use HardCopyType Package Description zowe.client.sdk.zoslogs.input Input objects for z/OS logs processingzowe.client.sdk.zoslogs.types Type definitions for z/OS log processing -
-
Uses of HardCopyType in zowe.client.sdk.zoslogs.input
Methods in zowe.client.sdk.zoslogs.input that return types with arguments of type HardCopyType Modifier and Type Method Description Optional<HardCopyType>ZosLogParams. getHardCopy()Return hard copy enum type.Methods in zowe.client.sdk.zoslogs.input with parameters of type HardCopyType Modifier and Type Method Description ZosLogParams.BuilderZosLogParams.Builder. hardCopy(HardCopyType hardCopy)Set the z/OS log type (OPERLOG or SYSLOG) to retrieve log data from. -
Uses of HardCopyType in zowe.client.sdk.zoslogs.types
Methods in zowe.client.sdk.zoslogs.types that return HardCopyType Modifier and Type Method Description static HardCopyTypeHardCopyType. valueOf(String name)Returns the enum constant of this type with the specified name.static HardCopyType[]HardCopyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-