public static final class DeleteSecretBlacklistRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSecretBlacklistRequest.Builder |
blackNo(String blackNo)
The phone numbers in the blacklist.
|
DeleteSecretBlacklistRequest.Builder |
blackType(String blackType)
The blacklist type.
|
DeleteSecretBlacklistRequest |
build() |
DeleteSecretBlacklistRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
DeleteSecretBlacklistRequest.Builder |
remark(String remark)
The remarks for the blacklist.
|
DeleteSecretBlacklistRequest.Builder |
wayControl(String wayControl)
The control on the call direction.
|
public DeleteSecretBlacklistRequest.Builder blackNo(String blackNo)
The phone numbers in the blacklist. A point-to-point blacklist has a pair of numbers separated by a colon (":"). A number pool blacklist or a platform blacklist has only one single number.
This parameter is required.
example:18252383:18252483
public DeleteSecretBlacklistRequest.Builder blackType(String blackType)
The blacklist type. Valid values:
This parameter is required.
example:POINT_TO_POINT_BLACK
public DeleteSecretBlacklistRequest.Builder poolKey(String poolKey)
The key of the phone number pool. Log on to the Phone Number Protection console and view the key of the phone number pool on the Number Pool Management page.
This parameter is required.
example:FC1232****
public DeleteSecretBlacklistRequest.Builder remark(String remark)
The remarks for the blacklist.
example:fragile
public DeleteSecretBlacklistRequest.Builder wayControl(String wayControl)
The control on the call direction.
Valid values:
PHONEA_REJECT
public DeleteSecretBlacklistRequest build()
Copyright © 2025. All rights reserved.