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