Uses of Class
zowe.client.sdk.zosfiles.uss.types.CreateType
-
Packages that use CreateType Package Description zowe.client.sdk.zosfiles.uss.input Request input objects for z/OS Unix System Services (USS) files processingzowe.client.sdk.zosfiles.uss.types Type definitions for z/OS Unix System Services (USS) processing -
-
Uses of CreateType in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return CreateType Modifier and Type Method Description CreateTypeUssCreateInputData. getType()Retrieve CreateType enum type valueConstructors in zowe.client.sdk.zosfiles.uss.input with parameters of type CreateType Constructor Description UssCreateInputData(CreateType type, String mode)UssCreateInputData constructor -
Uses of CreateType in zowe.client.sdk.zosfiles.uss.types
Methods in zowe.client.sdk.zosfiles.uss.types that return CreateType Modifier and Type Method Description static CreateTypeCreateType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateType[]CreateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-