Uses of Class
zowe.client.sdk.zosfiles.uss.types.GetAclType
-
Packages that use GetAclType 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 GetAclType in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return types with arguments of type GetAclType Modifier and Type Method Description Optional<GetAclType>UssGetAclInputData. getType()Retrieve type valueMethods in zowe.client.sdk.zosfiles.uss.input with parameters of type GetAclType Modifier and Type Method Description UssGetAclInputData.BuilderUssGetAclInputData.Builder. type(GetAclType type)Set type value -
Uses of GetAclType in zowe.client.sdk.zosfiles.uss.types
Methods in zowe.client.sdk.zosfiles.uss.types that return GetAclType Modifier and Type Method Description static GetAclTypeGetAclType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetAclType[]GetAclType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-