Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
DataAPI
/
recallMigratedDataset
recall
Migrated
Dataset
@
PUT
(
value
=
"/zosmf/restfiles/ds/{dataset-name}"
)
abstract
fun
recallMigratedDataset
(
@
Header
(
value
=
"Authorization"
)
authorizationToken
:
String
,
@
Body
body
:
HRecall
=
HRecall()
,
@
Path
(
value
=
"dataset-name"
)
datasetName
:
String
)
:
Call
<
Void
>