Uses of Class
zowe.client.sdk.zosfiles.types.AttributeType
-
Packages that use AttributeType Package Description zowe.client.sdk.zosfiles.input container objects of parameters used for request inputs for zos files processingzowe.client.sdk.zosfiles.types -
-
Uses of AttributeType in zowe.client.sdk.zosfiles.input
Methods in zowe.client.sdk.zosfiles.input that return types with arguments of type AttributeType Modifier and Type Method Description Optional<AttributeType>ListParams. getAttribute()Retrieve attributes valueMethods in zowe.client.sdk.zosfiles.input with parameters of type AttributeType Modifier and Type Method Description ListParams.BuilderListParams.Builder. attribute(AttributeType attribute) -
Uses of AttributeType in zowe.client.sdk.zosfiles.types
Methods in zowe.client.sdk.zosfiles.types that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-