public static final class CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects |
build() |
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyChannels(List<String> notifyChannels)
通知对象为联系人时的单独的联系方式
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectId(Long notifyObjectId)
The ID of the notification contact.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectName(String notifyObjectName)
The name of the notification contact.
|
CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects.Builder |
notifyObjectType(String notifyObjectType)
The type of the notification contact.
|
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: an individual contact - CONTACT_GROUP: a contact group - DING_ROBOT: an instant messaging (IM) robot - CONTACT_SCHEDULE: a person on duty based on an established schedule
public CreateOrUpdateNotificationPolicyResponseBody.NotifyObjects build()
Copyright © 2024. All rights reserved.