Package zowe.client.sdk.zosfiles.input
Class ListParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.input.ListParams
-
public class ListParams extends Object
This interface defines the options that can be sent into the list data set function- Version:
- 1.0
- Author:
- Leonid Baranov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListParams.Builder
-
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()
-
-
-
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
-
-