public static class OpenAppFeedCard.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OpenAppFeedCard.Builder |
avatarKey(String avatarKey)
头像 key
示例值:v3_0041_007bca9f-67ba-4199-bf00-4031b12cf226
|
OpenAppFeedCard.Builder |
bizId(String bizId)
业务 ID
示例值:096e2927-40a6-41a3-9562-314d641d09ae
|
OpenAppFeedCard |
build() |
OpenAppFeedCard.Builder |
buttons(OpenAppFeedCardButtons buttons)
交互按钮
示例值:
|
OpenAppFeedCard.Builder |
link(OpenAppFeedLink link)
跳转链接
示例值:
|
OpenAppFeedCard.Builder |
notify(AppFeedNotify notify)
通知设置,当前可设置通知是否关闭,为空时默认进行通知
示例值:
|
OpenAppFeedCard.Builder |
preview(String preview)
预览信息
示例值:预览信息
|
OpenAppFeedCard.Builder |
statusLabel(OpenFeedStatusLabel statusLabel)
状态标签
示例值:
|
OpenAppFeedCard.Builder |
timeSensitive(Boolean timeSensitive)
即时提醒状态,true-打开,false-关闭
示例值:false
|
OpenAppFeedCard.Builder |
title(String title)
主标题
示例值:主标题
|
public OpenAppFeedCard.Builder bizId(String bizId)
示例值:096e2927-40a6-41a3-9562-314d641d09ae
bizId - public OpenAppFeedCard.Builder title(String title)
示例值:主标题
title - public OpenAppFeedCard.Builder avatarKey(String avatarKey)
示例值:v3_0041_007bca9f-67ba-4199-bf00-4031b12cf226
avatarKey - public OpenAppFeedCard.Builder preview(String preview)
示例值:预览信息
preview - public OpenAppFeedCard.Builder statusLabel(OpenFeedStatusLabel statusLabel)
示例值:
statusLabel - public OpenAppFeedCard.Builder buttons(OpenAppFeedCardButtons buttons)
示例值:
buttons - public OpenAppFeedCard.Builder link(OpenAppFeedLink link)
示例值:
link - public OpenAppFeedCard.Builder timeSensitive(Boolean timeSensitive)
示例值:false
timeSensitive - public OpenAppFeedCard.Builder notify(AppFeedNotify notify)
示例值:
notify - public OpenAppFeedCard build()
Copyright © 2025. All rights reserved.