Class ListParams


  • public class ListParams
    extends Object
    Parameter container class for Unix System Services (USS) list operation

    z/OSMF REST API

    Version:
    4.0
    Author:
    Frank Giordano
    • Field Detail

      • filesys

        public final boolean filesys
        Whether to search all filesystems under the path, or just the same filesystem as the path

        True means search all False means search same

      • symlinks

        public final boolean symlinks
        Whether to follow symlinks, or report them

        True means to report False means to follow

    • Constructor Detail

      • ListParams

        public ListParams​(ListParams.Builder builder)
        ListParams constructor
        Parameters:
        builder - ListParams.Builder builder
    • Method Detail

      • getPath

        public Optional<String> getPath()
        Retrieve path value
        Returns:
        path value
      • getMaxLength

        public OptionalInt getMaxLength()
        Retrieve maxLength value
        Returns:
        maxLength value
      • getGroup

        public Optional<String> getGroup()
        Retrieve group value
        Returns:
        group value
      • getUser

        public Optional<String> getUser()
        Retrieve user value
        Returns:
        user value
      • getMtime

        public Optional<String> getMtime()
        Retrieve mtime value
        Returns:
        mtime value
      • getSize

        public OptionalInt getSize()
        Retrieve size value
        Returns:
        size value
      • getName

        public Optional<String> getName()
        Retrieve name value
        Returns:
        name value
      • getPerm

        public Optional<String> getPerm()
        Retrieve perm value
        Returns:
        perm value
      • getDepth

        public OptionalInt getDepth()
        Retrieve depth value
        Returns:
        depth value
      • isFilesys

        public boolean isFilesys()
        Retrieve is filesys specified
        Returns:
        boolean true or false
      • isSymlinks

        public boolean isSymlinks()
        Retrieve is symlinks specified
        Returns:
        boolean true or false
      • toString

        public String toString()
        Return string value representing ListParams object
        Overrides:
        toString in class Object
        Returns:
        string representation of ListParams