public static final class DescribeContactListResponseBody.Channels.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeContactListResponseBody.Channels.Builder |
aliIM(String aliIM)
The TradeManager ID of the alert contact.
|
DescribeContactListResponseBody.Channels |
build() |
DescribeContactListResponseBody.Channels.Builder |
dingWebHook(String dingWebHook)
The webhook URL of the DingTalk chatbot.
|
DescribeContactListResponseBody.Channels.Builder |
mail(String mail)
The email address of the alert contact.
|
DescribeContactListResponseBody.Channels.Builder |
SMS(String SMS)
The phone number of the alert contac.
|
public DescribeContactListResponseBody.Channels.Builder aliIM(String aliIM)
The TradeManager ID of the alert contact.
example:Alice
public DescribeContactListResponseBody.Channels.Builder dingWebHook(String dingWebHook)
The webhook URL of the DingTalk chatbot.
example:https://oapi.dingtalk.com/robot/send?access_token=9bf44f8189597d07dfdd7a123455ffc112****
public DescribeContactListResponseBody.Channels.Builder mail(String mail)
The email address of the alert contact.
example:public DescribeContactListResponseBody.Channels.Builder SMS(String SMS)
The phone number of the alert contac.
example:1333333****
public DescribeContactListResponseBody.Channels build()
Copyright © 2024. All rights reserved.