Uses of Class
zowe.client.sdk.zosfiles.uss.types.DeleteAclType
-
Packages that use DeleteAclType Package Description zowe.client.sdk.zosfiles.uss.input Request input objects for z/OS Unix System Services (USS) files processingzowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.types Type definitions for z/OS Unix System Services (USS) processing -
-
Uses of DeleteAclType in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return types with arguments of type DeleteAclType Modifier and Type Method Description Optional<DeleteAclType>UssSetAclInputData. getDeleteType()Retrieve deleteType valueMethods in zowe.client.sdk.zosfiles.uss.input with parameters of type DeleteAclType Modifier and Type Method Description UssSetAclInputData.BuilderUssSetAclInputData.Builder. setDeleteType(DeleteAclType deleteType)Set deleteType value -
Uses of DeleteAclType in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type DeleteAclType Modifier and Type Method Description ResponseUssSetAcl. deleteByType(String targetPath, DeleteAclType deleteType)Delete all extended ACL entries by type (setfacl -D type): -
Uses of DeleteAclType in zowe.client.sdk.zosfiles.uss.types
Methods in zowe.client.sdk.zosfiles.uss.types that return DeleteAclType Modifier and Type Method Description static DeleteAclTypeDeleteAclType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteAclType[]DeleteAclType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-