public static final class UnbindSubscriptionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnbindSubscriptionRequest |
build() |
UnbindSubscriptionRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
UnbindSubscriptionRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
UnbindSubscriptionRequest.Builder |
productType(String productType)
The product type.
|
UnbindSubscriptionRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
UnbindSubscriptionRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
UnbindSubscriptionRequest.Builder |
secretNo(String secretNo)
The private number, that is, phone number X specified in an API operation for a phone number binding such as BindAXG or automatically assigned after such an operation is called.
|
UnbindSubscriptionRequest.Builder |
subsId(String subsId)
The binding ID.
|
public UnbindSubscriptionRequest.Builder ownerId(Long ownerId)
public UnbindSubscriptionRequest.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.
example:This parameter is required when ProductType is left empty.
FC123456
public UnbindSubscriptionRequest.Builder productType(String productType)
The product type. Fixed value: AXB_170.
This parameter is applicable to the original key accounts of Alibaba Cloud. This parameter can be ignored for Alibaba Cloud users.
This parameter is required when PoolKey is left empty.
AXB_170
public UnbindSubscriptionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UnbindSubscriptionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UnbindSubscriptionRequest.Builder secretNo(String secretNo)
The private number, that is, phone number X specified in an API operation for a phone number binding such as BindAXG or automatically assigned after such an operation is called.
This parameter is required.
example:1390000****
public UnbindSubscriptionRequest.Builder subsId(String subsId)
The binding ID.
Log on to the Phone Number Protection console, choose Number and Number Pool > Number Management. On the Number Management page, select the desired record and click Details to view the binding ID. Alternatively, you can view the value of the SubsId parameter returned by an API operation for a phone number binding such as BindAxb. The value of this parameter indicates a binding ID.
This parameter is required.
example:1************2
public UnbindSubscriptionRequest build()
Copyright © 2025. All rights reserved.