public static final class OperateAxgGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateAxgGroupRequest |
build() |
OperateAxgGroupRequest.Builder |
groupId(Long groupId)
The group ID in the AXG binding.
|
OperateAxgGroupRequest.Builder |
numbers(String numbers)
The phone numbers that you add to number group G.
|
OperateAxgGroupRequest.Builder |
operateType(String operateType)
The type of the operation on number group G.
|
OperateAxgGroupRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
OperateAxgGroupRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
OperateAxgGroupRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
OperateAxgGroupRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public OperateAxgGroupRequest.Builder groupId(Long groupId)
The group ID in the AXG binding.
You can view the group ID by using either of the following methods:
Number group G must have one or more phone numbers.
This parameter is required.
example:1234
public OperateAxgGroupRequest.Builder numbers(String numbers)
The phone numbers that you add to number group G. Separate the phone numbers with commas (,). You can add up to 200 phone numbers at a time.
This parameter is required.
example:1390000****,1380000****
public OperateAxgGroupRequest.Builder operateType(String operateType)
The type of the operation on number group G. Valid values:
When you replace all phone numbers in number group G, the quantity of original phone numbers in number group G cannot exceed 200.
You can add up to 200 phone numbers to number group G at a time.
This parameter is required.
example:addNumbers
public OperateAxgGroupRequest.Builder ownerId(Long ownerId)
public OperateAxgGroupRequest.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:FC123456
public OperateAxgGroupRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public OperateAxgGroupRequest.Builder resourceOwnerId(Long resourceOwnerId)
public OperateAxgGroupRequest build()
Copyright © 2025. All rights reserved.