Uses of Class
zowe.client.sdk.parse.type.ParseType
-
Packages that use ParseType Package Description zowe.client.sdk.parse Parse objects for various responseszowe.client.sdk.parse.type Type definitions for parse operations -
-
Uses of ParseType in zowe.client.sdk.parse
Methods in zowe.client.sdk.parse with parameters of type ParseType Modifier and Type Method Description static JsonParseResponseJsonParseResponseFactory. buildParser(ParseType type)Assign json parse response abstract object for type given -
Uses of ParseType in zowe.client.sdk.parse.type
Methods in zowe.client.sdk.parse.type that return ParseType Modifier and Type Method Description static ParseTypeParseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParseType[]ParseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-