public static class PatchLocationAddressReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchLocationAddressReq.Builder |
addressId(String addressId)
地址 ID
示例值:1515151515
|
PatchLocationAddressReq |
build() |
PatchLocationAddressReq.Builder |
clientToken(String clientToken)
根据 client_token 是否一致来判断是否为同一请求
示例值:12454646
|
LocationAddressUpdate |
getLocationAddressUpdate() |
PatchLocationAddressReq.Builder |
locationAddressUpdate(LocationAddressUpdate body)
body
|
PatchLocationAddressReq.Builder |
locationId(String locationId)
地点 ID
示例值:1616161616
|
PatchLocationAddressReq.Builder |
needCustomLatinAddress(Boolean needCustomLatinAddress)
是否需要自定义传入国际化拉丁语系地址。
|
public PatchLocationAddressReq.Builder clientToken(String clientToken)
示例值:12454646
clientToken - public PatchLocationAddressReq.Builder needCustomLatinAddress(Boolean needCustomLatinAddress)
示例值:true
needCustomLatinAddress - public PatchLocationAddressReq.Builder locationId(String locationId)
示例值:1616161616
locationId - public PatchLocationAddressReq.Builder addressId(String addressId)
示例值:1515151515
addressId - public LocationAddressUpdate getLocationAddressUpdate()
public PatchLocationAddressReq.Builder locationAddressUpdate(LocationAddressUpdate body)
body - public PatchLocationAddressReq build()
Copyright © 2026. All rights reserved.