public static class NotificationOption.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
NotificationOption |
build() |
NotificationOption.Builder |
channels(String[] channels)
通道列表
示例值:["sms", "email"]
|
NotificationOption.Builder |
language(NotificationOptionLanguageEnum language)
语言类型
示例值:zh-CN
|
NotificationOption.Builder |
language(String language)
语言类型
示例值:zh-CN
|
public NotificationOption.Builder channels(String[] channels)
示例值:["sms", "email"]
channels - public NotificationOption.Builder language(String language)
示例值:zh-CN
language - public NotificationOption.Builder language(NotificationOptionLanguageEnum language)
示例值:zh-CN
language - NotificationOptionLanguageEnumpublic NotificationOption build()
Copyright © 2024. All rights reserved.