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>ChangeModeParams. getLinks()Retrieve linkType valueOptional<LinkType>ChangeOwnerParams. getLinks()Retrieve linkType valueOptional<LinkType>ChangeTagParams. getLinks()Retrieve links valueOptional<LinkType>SetAclParams. getLinks()Retrieve links valueMethods in zowe.client.sdk.zosfiles.uss.input with parameters of type LinkType Modifier and Type Method Description ChangeModeParams.BuilderChangeModeParams.Builder. links(LinkType type)Set links LinkType valueChangeOwnerParams.BuilderChangeOwnerParams.Builder. links(LinkType type)Set links LinkType valueChangeTagParams.BuilderChangeTagParams.Builder. links(LinkType links)Set links LinkType valueSetAclParams.BuilderSetAclParams.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.
-