public static final class PutContactRequest.Channels.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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 of the alert contact.
|
PutContactRequest.Channels.Builder |
SMS(String SMS)
The phone number of the alert contact.
|
public PutContactRequest.Channels.Builder aliIM(String aliIM)
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
public PutContactRequest.Channels.Builder dingWebHook(String dingWebHook)
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
public PutContactRequest.Channels.Builder mail(String mail)
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
public PutContactRequest.Channels.Builder SMS(String SMS)
Specify at least one of the following alert notification targets: email address or webhook URL of the DingTalk chatbot.
public PutContactRequest.Channels build()
Copyright © 2023. All rights reserved.