Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
FileMode
/
FileMode
File
Mode
fun
FileMode
(
modeString
:
CharSequence
,
prefix
:
String
=
""
)
fun
FileMode
(
owner
:
FileModeValue
,
group
:
FileModeValue
=
FileModeValue.NONE
,
all
:
FileModeValue
=
FileModeValue.NONE
,
prefix
:
String
=
""
)
fun
FileMode
(
owner
:
Int
,
group
:
Int
=
0
,
all
:
Int
=
0
,
prefix
:
String
=
""
)