public class DeleteOrgTextEmotionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
deptId
表情所属部门Id:
-1:当文字表情属于企业层面时使用-1
一级部门Id:当文字表情属于一级部门层面时使用一级部门Id
|
List<String> |
emotionIds
要删除的表情Id列表。
|
构造器和说明 |
---|
DeleteOrgTextEmotionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteOrgTextEmotionRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
List<String> |
getEmotionIds() |
DeleteOrgTextEmotionRequest |
setDeptId(Long deptId) |
DeleteOrgTextEmotionRequest |
setEmotionIds(List<String> emotionIds) |
@NameInMap(value="deptId") public Long deptId
表情所属部门Id:
-1:当文字表情属于企业层面时使用-1
一级部门Id:当文字表情属于一级部门层面时使用一级部门Id
public static DeleteOrgTextEmotionRequest build(Map<String,?> map) throws Exception
Exception
public DeleteOrgTextEmotionRequest setDeptId(Long deptId)
public Long getDeptId()
public DeleteOrgTextEmotionRequest setEmotionIds(List<String> emotionIds)
Copyright © 2023. All rights reserved.