getBookshelf

abstract suspend fun getBookshelf(id: Int): Bookshelf?

通过id获取单个书架对象

Return

书架对象, 如果不存在则返回null

Since

Api 4

Parameters

id

书架id