public static final class CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects |
build() |
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyChannels(List<String> notifyChannels)
The notification methods specified for a contact.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectId(Long notifyObjectId)
The ID of the notification contact.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectName(String notifyObjectName)
The name of the notification object.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectType(String notifyObjectType)
The type of the notification object.
|
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder notifyChannels(List<String> notifyChannels)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder notifyObjectId(Long notifyObjectId)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder notifyObjectName(String notifyObjectName)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder notifyObjectType(String notifyObjectType)
* CONTACT: individual contact * CONTACT_GROUP: contact group * ARMS_CONTACT: individual ARMS contact * ARMS_CONTACT_GROUP: ARMS contact group * DING_ROBOT_GROUP: DingTalk, Lark, or WeCom IM chatbot * CONTACT_SCHEDULE: user on duty defined by a schedule
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects build()
Copyright © 2024. All rights reserved.