Class CreateParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.CreateParams
-
public class CreateParams extends Object
Parameter container class for Unix System Services (USS) create file or directory object- Version:
- 3.0
- Author:
- James Kostrewski
-
-
Constructor Summary
Constructors Constructor Description CreateParams(CreateType type, String mode)CreateParams constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMode()Retrieve mode valueCreateTypegetType()Retrieve CreateType enum type valueStringtoString()Return string value representing CreateOptions object
-
-
-
Constructor Detail
-
CreateParams
public CreateParams(CreateType type, String mode)
CreateParams constructor- Parameters:
type- CreateType enum valuemode- 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
-
-