类 AvatarInfo.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.AvatarInfo.Builder
- 封闭类:
AvatarInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明240*240像素头像链接640*640像素头像链接72*72像素头像链接avatarOrigin(String avatarOrigin) 原始头像链接build()
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
avatar72
72*72像素头像链接示例值:https://foo.icon.com/xxxx
- 参数:
avatar72-- 返回:
-
avatar240
240*240像素头像链接示例值:https://foo.icon.com/xxxx
- 参数:
avatar240-- 返回:
-
avatar640
640*640像素头像链接示例值:https://foo.icon.com/xxxx
- 参数:
avatar640-- 返回:
-
avatarOrigin
原始头像链接示例值:https://foo.icon.com/xxxx
- 参数:
avatarOrigin-- 返回:
-
build
-