Class DsnListInputData
- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.input.DsnListInputData
-
public class DsnListInputData extends Object
Parameter container class for the list data set function- Version:
- 5.0
- Author:
- Leonid Baranov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDsnListInputData.BuilderBuilder class for DsnListInputData
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<AttributeType>getAttribute()Retrieve attributes value.Optional<String>getMaxLength()Retrieve maxLength valueOptional<String>getPattern()Retrieve pattern valueOptional<String>getRecall()Retrieve recall valueOptional<String>getResponseTimeout()Retrieve responseTimeout valueOptional<String>getStart()Retrieve start valueOptional<String>getVolume()Retrieve volume valueStringtoString()Return string value representing DsnListInputData object
-
-
-
Method Detail
-
getAttribute
public Optional<AttributeType> getAttribute()
Retrieve attributes value. The indicator that we want to show more attributes.- Returns:
- attributes value
-
getMaxLength
public Optional<String> getMaxLength()
Retrieve maxLength value- Returns:
- maxLength value
-
getResponseTimeout
public Optional<String> getResponseTimeout()
Retrieve responseTimeout value- Returns:
- responseTimeout value
-
-