public class UpdateContactHideSettingRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
active
是否激活
|
String |
description
设置描述信息
|
List<Long> |
excludeDeptIds
白名单部门列表
|
List<String> |
excludeStaffIds
白名单员工列表
|
List<Long> |
excludeTagIds
白名单角色列表
|
Boolean |
hideInSearch
是否同时在被搜索时隐藏
|
Boolean |
hideInUserProfile
是否同时在被查看个人资料页时隐藏
|
Long |
id
settingId
|
String |
name
设置名称
|
List<Long> |
objectDeptIds
影藏部门列表
|
List<String> |
objectStaffIds
隐藏员工列表
|
List<Long> |
objectTagIds
影藏角色列表
|
构造器和说明 |
---|
UpdateContactHideSettingRequest() |
@NameInMap(value="active") public Boolean active
是否激活
@NameInMap(value="description") public String description
设置描述信息
@NameInMap(value="hideInSearch") public Boolean hideInSearch
是否同时在被搜索时隐藏
@NameInMap(value="hideInUserProfile") public Boolean hideInUserProfile
是否同时在被查看个人资料页时隐藏
@NameInMap(value="id") public Long id
settingId
@NameInMap(value="name") public String name
设置名称
public static UpdateContactHideSettingRequest build(Map<String,?> map) throws Exception
Exception
public UpdateContactHideSettingRequest setActive(Boolean active)
public Boolean getActive()
public UpdateContactHideSettingRequest setDescription(String description)
public String getDescription()
public UpdateContactHideSettingRequest setExcludeDeptIds(List<Long> excludeDeptIds)
public UpdateContactHideSettingRequest setExcludeStaffIds(List<String> excludeStaffIds)
public UpdateContactHideSettingRequest setExcludeTagIds(List<Long> excludeTagIds)
public UpdateContactHideSettingRequest setHideInSearch(Boolean hideInSearch)
public Boolean getHideInSearch()
public UpdateContactHideSettingRequest setHideInUserProfile(Boolean hideInUserProfile)
public Boolean getHideInUserProfile()
public UpdateContactHideSettingRequest setId(Long id)
public Long getId()
public UpdateContactHideSettingRequest setName(String name)
public String getName()
public UpdateContactHideSettingRequest setObjectDeptIds(List<Long> objectDeptIds)
public UpdateContactHideSettingRequest setObjectStaffIds(List<String> objectStaffIds)
public UpdateContactHideSettingRequest setObjectTagIds(List<Long> objectTagIds)
Copyright © 2023. All rights reserved.