Uses of Class
zowe.client.sdk.zosfiles.uss.types.LinkType
-
Packages that use LinkType 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 LinkType in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return types with arguments of type LinkType Modifier and Type Method Description Optional<LinkType>UssChangeModeInputData. getLinks()Retrieve linkType valueOptional<LinkType>UssChangeOwnerInputData. getLinks()Retrieve linkType valueOptional<LinkType>UssChangeTagInputData. getLinks()Retrieve links valueOptional<LinkType>UssSetAclInputData. getLinks()Retrieve links valueMethods in zowe.client.sdk.zosfiles.uss.input with parameters of type LinkType Modifier and Type Method Description UssChangeModeInputData.BuilderUssChangeModeInputData.Builder. links(LinkType type)Set links LinkType valueUssChangeOwnerInputData.BuilderUssChangeOwnerInputData.Builder. links(LinkType type)Set links LinkType valueUssChangeTagInputData.BuilderUssChangeTagInputData.Builder. links(LinkType links)Set links LinkType valueUssSetAclInputData.BuilderUssSetAclInputData.Builder. setLinks(LinkType links)Set links value -
Uses of LinkType in zowe.client.sdk.zosfiles.uss.types
Methods in zowe.client.sdk.zosfiles.uss.types that return LinkType Modifier and Type Method Description static LinkTypeLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkType[]LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-