AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
CoreAPI
/
SessionAPI
/
renameWorkspace
rename
Workspace
jvm
abstract
suspend
fun
renameWorkspace
(
id
:
UUID
,
newName
:
String
)
(
source
)
重命名一个工作区。
Throws
Illegal
State
Exception
找不到工作区,或找到工作区后工作区被删除,更新名称时找不到工作区
Illegal
Argument
Exception
新的名称与已有工作区重复,或新的名称与当前相同。