Package zosfiles.input
Class ListParams
- java.lang.Object
-
- 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<String>getAttributes()Retrieve attributes valueOptional<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
-
getAttributes
public Optional<String> getAttributes()
Retrieve attributes value- 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
-
-