Class CopyParams


  • public class CopyParams
    extends Object
    Parameter container class for Unix System Services (USS) copy operation

    z/OSMF REST API

    Version:
    3.0
    Author:
    James Kostrewski
    • Constructor Detail

      • CopyParams

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

      • getFrom

        public Optional<String> getFrom()
        Retrieve from value
        Returns:
        from value
      • isOverwrite

        public boolean isOverwrite()
        Retrieve is overwrite specified
        Returns:
        boolean true or false
      • isRecursive

        public boolean isRecursive()
        Is recursive specified
        Returns:
        boolean true or false
      • toString

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