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