public static final class PutContactRequest.Channels.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutContactRequest.Channels.Builder |
aliIM(String aliIM)
The TradeManager ID of the alert contact.
|
PutContactRequest.Channels |
build() |
PutContactRequest.Channels.Builder |
dingWebHook(String dingWebHook)
The webhook URL of the DingTalk chatbot.
|
PutContactRequest.Channels.Builder |
mail(String mail)
The email address.
|
PutContactRequest.Channels.Builder |
SMS(String SMS)
The phone number of the alert contact.
|
public PutContactRequest.Channels.Builder aliIM(String aliIM)
The TradeManager ID of the alert contact.
Specify at least one of the following alert notification methods: email address and DingTalk chatbot.
example:Jim
public PutContactRequest.Channels.Builder dingWebHook(String dingWebHook)
The webhook URL of the DingTalk chatbot.
Specify at least one of the following alert notification methods: email address and DingTalk chatbot.
example:public PutContactRequest.Channels.Builder mail(String mail)
The email address. After you add or modify an email address, the recipient receives an email that contains an activation link. The system adds the recipient to the list of alert contacts only after the recipient activates the email address.
Specify at least one of the following alert notification methods: email address and DingTalk chatbot.
example:public PutContactRequest.Channels.Builder SMS(String SMS)
The phone number of the alert contact. After you add or modify a phone number, the recipient receives a text message that contains an activation link. The system adds the recipient to the list of alert contacts only after the recipient activates the phone number.
Specify at least one of the following alert notification methods: email address and DingTalk chatbot.
example:1333333****
public PutContactRequest.Channels build()
Copyright © 2026. All rights reserved.