public static final class CheckUsedPropertyValueRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CheckUsedPropertyValueRequest |
build() |
CheckUsedPropertyValueRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
CheckUsedPropertyValueRequest.Builder |
propertyId(Long propertyId)
The property ID.
|
CheckUsedPropertyValueRequest.Builder |
propertyValueId(Long propertyValueId)
The ID of the property value.
|
public CheckUsedPropertyValueRequest.Builder businessChannel(String businessChannel)
public CheckUsedPropertyValueRequest.Builder propertyId(Long propertyId)
The property ID. You can call the ListProperty operation to query property ID.
This parameter is required.
example:380
public CheckUsedPropertyValueRequest.Builder propertyValueId(Long propertyValueId)
The ID of the property value. You can call the ListProperty operation to query the ID of the property value.
This parameter is required.
example:978
public CheckUsedPropertyValueRequest build()
Copyright © 2026. All rights reserved.