public static final class ModifySmsSignRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifySmsSignRequest |
build() |
ModifySmsSignRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifySmsSignRequest.Builder |
remark(String remark)
The scenario description of your released services.
|
ModifySmsSignRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifySmsSignRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ModifySmsSignRequest.Builder |
signFileList(List<ModifySmsSignRequest.SignFileList> signFileList)
The list of signature files.
|
ModifySmsSignRequest.Builder |
signName(String signName)
The signature.
|
ModifySmsSignRequest.Builder |
signSource(Integer signSource)
The source of the signature.
|
ModifySmsSignRequest.Builder |
signType(Integer signType)
The type of the signature.
|
public ModifySmsSignRequest.Builder ownerId(Long ownerId)
public ModifySmsSignRequest.Builder remark(String remark)
> The description can be up to 200 characters in length.
public ModifySmsSignRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifySmsSignRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifySmsSignRequest.Builder signFileList(List<ModifySmsSignRequest.SignFileList> signFileList)
public ModifySmsSignRequest.Builder signName(String signName)
public ModifySmsSignRequest.Builder signSource(Integer signSource)
* **0**: full name or abbreviation of an enterprise or institution. * **1**: full name or abbreviation of a website with Ministry of Industry and Information Technology (MIIT) filing. * **2**: full name or abbreviation of an app. * **3**: full name or abbreviation of a WeChat official account or applet. * **4**: full name or abbreviation of an e-commerce store. * **5**: full name or abbreviation of a trademark.
public ModifySmsSignRequest.Builder signType(Integer signType)
* **0**: verification-code signature * **1**: general-purpose signature
public ModifySmsSignRequest build()
Copyright © 2024. All rights reserved.