public static final class CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateOrUpdateNotificationPolicyResponseBody.NotifyRule |
build() |
CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder |
notifyChannels(List<String> notifyChannels)
The notification methods.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder |
notifyEndTime(String notifyEndTime)
The end time of the notification window.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder |
notifyObjects(List<CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects> notifyObjects)
An array of notification contact objects.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder |
notifyStartTime(String notifyStartTime)
The start time of the notification window.
|
public CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder notifyChannels(List<String> notifyChannels)
- `dingTalk`: DingTalk - `email`: email - `sms`: text message - `tts`: phone call - `webhook`: webhook
public CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder notifyEndTime(String notifyEndTime)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder notifyObjects(List<CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects> notifyObjects)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyRule.Builder notifyStartTime(String notifyStartTime)
public CreateOrUpdateNotificationPolicyResponseBody.NotifyRule build()
Copyright © 2024. All rights reserved.