Uses of Class
zowe.client.sdk.zosfiles.dsn.types.AttributeType
-
Packages that use AttributeType Package Description zowe.client.sdk.zosfiles.dsn.input Request input objects for z/OS dataset and member files processingzowe.client.sdk.zosfiles.dsn.types Type definitions for z/OS dataset and member files processing -
-
Uses of AttributeType in zowe.client.sdk.zosfiles.dsn.input
Methods in zowe.client.sdk.zosfiles.dsn.input that return types with arguments of type AttributeType Modifier and Type Method Description Optional<AttributeType>ListParams. getAttribute()Retrieve attributes value.Methods in zowe.client.sdk.zosfiles.dsn.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.dsn.types
Methods in zowe.client.sdk.zosfiles.dsn.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.
-