getBookshelf

abstract fun getBookshelf(id: Int): MutableBookshelf?

通过id获取单个书架对象

Return

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

Since

Api 2

Parameters

id

书架id