public static class ListCountryRegionReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCountryRegionReq |
build() |
ListCountryRegionReq.Builder |
fields(String[] fields)
需要的查询字段集
示例值:
|
ListCountryRegionReqBody |
getListCountryRegionReqBody() |
ListCountryRegionReq.Builder |
languages(String[] languages)
语言集
示例值:
|
ListCountryRegionReq.Builder |
limit(Integer limit)
查询页大小
示例值:10
|
ListCountryRegionReq.Builder |
listCountryRegionReqBody(ListCountryRegionReqBody body)
body
|
ListCountryRegionReq.Builder |
offset(Integer offset)
查询起始位置
示例值:0
|
ListCountryRegionReq.Builder |
pageToken(String pageToken)
示例值:
|
ListCountryRegionReq.Builder |
returnCount(Boolean returnCount)
是否返回总数
示例值:
|
public ListCountryRegionReq.Builder languages(String[] languages)
示例值:
languages - public ListCountryRegionReq.Builder fields(String[] fields)
示例值:
fields - public ListCountryRegionReq.Builder limit(Integer limit)
示例值:10
limit - public ListCountryRegionReq.Builder offset(Integer offset)
示例值:0
offset - public ListCountryRegionReq.Builder returnCount(Boolean returnCount)
示例值:
returnCount - public ListCountryRegionReq.Builder pageToken(String pageToken)
示例值:
pageToken - public ListCountryRegionReqBody getListCountryRegionReqBody()
public ListCountryRegionReq.Builder listCountryRegionReqBody(ListCountryRegionReqBody body)
body - public ListCountryRegionReq build()
Copyright © 2025. All rights reserved.