public static class LarkIdaasDirectoryPageResponse.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
LarkIdaasDirectoryPageResponse |
build() |
LarkIdaasDirectoryPageResponse.Builder |
cursor(String cursor)
下一次的游标,只在PageType=CURSOR 时有效
示例值:asdfasdfasdf
|
LarkIdaasDirectoryPageResponse.Builder |
hasMore(Boolean hasMore)
是否还有后续结果
示例值:
|
LarkIdaasDirectoryPageResponse.Builder |
total(String total)
总条数,只在PageType=Offset 时有效
示例值:100
|
public LarkIdaasDirectoryPageResponse.Builder hasMore(Boolean hasMore)
示例值:
hasMore - public LarkIdaasDirectoryPageResponse.Builder cursor(String cursor)
示例值:asdfasdfasdf
cursor - public LarkIdaasDirectoryPageResponse.Builder total(String total)
示例值:100
total - public LarkIdaasDirectoryPageResponse build()
Copyright © 2026. All rights reserved.