Class CreateParams


  • public class CreateParams
    extends Object
    Parameter container class for Unix System Services (USS) create file or directory object

    z/OSMF REST API

    Version:
    2.0
    Author:
    James Kostrewski
    • Constructor Detail

      • CreateParams

        public CreateParams​(CreateType type,
                            String mode)
        CreateParams constructor
        Parameters:
        type - CreateType enum value
        mode - permission string value
    • Method Detail

      • getType

        public CreateType getType()
        Retrieve CreateType enum type value
        Returns:
        type value
      • getMode

        public String getMode()
        Retrieve mode value
        Returns:
        mode value
      • toString

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