Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
XIBMDataType
XIBMData
Type
data
class
XIBMDataType
(
val
type
:
XIBMDataType.Type
,
val
encoding
:
CodePage
?
=
null
)
Types
Constructors
Functions
Properties
Constructors
XIBMData
Type
Link copied to clipboard
fun
XIBMDataType
(
type
:
XIBMDataType.Type
,
encoding
:
CodePage
?
=
null
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
XIBMDataType.Type
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
encoding
Link copied to clipboard
val
encoding
:
CodePage
?
=
null
type
Link copied to clipboard
val
type
:
XIBMDataType.Type