public class UpdateContactHideSettingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
active
example:
true
|
String |
description
example:
description text
|
List<Long> |
excludeDeptIds |
List<String> |
excludeStaffIds |
List<Long> |
excludeTagIds |
Boolean |
hideInSearch
if can be null:
true
|
Boolean |
hideInUserProfile
if can be null:
true
|
Long |
id
example:
11234
|
String |
name
example:
test name
|
List<Long> |
objectDeptIds |
List<String> |
objectStaffIds |
List<Long> |
objectTagIds |
| 构造器和说明 |
|---|
UpdateContactHideSettingRequest() |
@NameInMap(value="active") public Boolean active
true
@NameInMap(value="description") public String description
description text
@NameInMap(value="hideInSearch") public Boolean hideInSearch
true
@NameInMap(value="hideInUserProfile") public Boolean hideInUserProfile
true
@NameInMap(value="id") public Long id
11234
@NameInMap(value="name") public String name
test name
public static UpdateContactHideSettingRequest build(Map<String,?> map) throws Exception
Exceptionpublic 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 © 2025. All rights reserved.