Class ListParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.ListParams
-
public class ListParams extends Object
Parameter container class for Unix System Services (USS) list operation- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListParams.Builder
-
Constructor Summary
Constructors Constructor Description ListParams(ListParams.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionalIntgetDepth()Optional<String>getGroup()OptionalIntgetMaxLength()Optional<String>getMtime()Optional<String>getName()Optional<String>getPath()Optional<String>getPerm()OptionalIntgetSize()Optional<ListFilterType>getType()Optional<String>getUser()booleanisFilesys()booleanisSymlinks()StringtoString()
-
-
-
Field Detail
-
filesys
public final boolean filesys
Whether to search all filesystems under the path, or just the same filesystem as the pathTrue means search all False means search same
-
symlinks
public final boolean symlinks
Whether to follow symlinks, or report themTrue means to report False means to follow
-
-
Constructor Detail
-
ListParams
public ListParams(ListParams.Builder builder)
-
-
Method Detail
-
getMaxLength
public OptionalInt getMaxLength()
-
getSize
public OptionalInt getSize()
-
getType
public Optional<ListFilterType> getType()
-
getDepth
public OptionalInt getDepth()
-
isFilesys
public boolean isFilesys()
-
isSymlinks
public boolean isSymlinks()
-
-