public static final class UpdatePropertyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdatePropertyRequest |
build() |
UpdatePropertyRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
UpdatePropertyRequest.Builder |
propertyId(Long propertyId)
The ID of the property that you want to modify.
|
UpdatePropertyRequest.Builder |
propertyKey(String propertyKey)
The new property name.
|
UpdatePropertyRequest.Builder |
propertyValues(List<UpdatePropertyRequest.PropertyValues> propertyValues)
The values of property.
|
public UpdatePropertyRequest.Builder businessChannel(String businessChannel)
public UpdatePropertyRequest.Builder propertyId(Long propertyId)
The ID of the property that you want to modify. You can call the ListProperty operation to query the property ID.
This parameter is required.
example:390
public UpdatePropertyRequest.Builder propertyKey(String propertyKey)
The new property name.
This parameter is required.
example:testkey
public UpdatePropertyRequest.Builder propertyValues(List<UpdatePropertyRequest.PropertyValues> propertyValues)
The values of property.
public UpdatePropertyRequest build()
Copyright © 2026. All rights reserved.