public static final class ListNotificationPoliciesResponseBody.NotifyObjects.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListNotificationPoliciesResponseBody.NotifyObjects |
build() |
ListNotificationPoliciesResponseBody.NotifyObjects.Builder |
notifyChannels(List<String> notifyChannels)
The notification methods specified for a contact.
|
ListNotificationPoliciesResponseBody.NotifyObjects.Builder |
notifyObjectId(Long notifyObjectId)
The ID of the notification object.
|
ListNotificationPoliciesResponseBody.NotifyObjects.Builder |
notifyObjectName(String notifyObjectName)
The name of the notification object.
|
ListNotificationPoliciesResponseBody.NotifyObjects.Builder |
notifyObjectType(String notifyObjectType)
The type of the notification object.
|
public ListNotificationPoliciesResponseBody.NotifyObjects.Builder notifyChannels(List<String> notifyChannels)
public ListNotificationPoliciesResponseBody.NotifyObjects.Builder notifyObjectId(Long notifyObjectId)
public ListNotificationPoliciesResponseBody.NotifyObjects.Builder notifyObjectName(String notifyObjectName)
public ListNotificationPoliciesResponseBody.NotifyObjects.Builder notifyObjectType(String notifyObjectType)
* CONTACT: an individual contact * CONTACT_GROUP: a contact group * DING_ROBOT: an instant messaging (IM) chatbot * CONTACT_SCHEDULE: a person on duty based on an established schedule
public ListNotificationPoliciesResponseBody.NotifyObjects build()
Copyright © 2024. All rights reserved.