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