public class UpdateContactRestrictSettingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
active
example:
true
|
String |
description
example:
rule description
|
List<Long> |
excludeDeptIds |
List<Long> |
excludeTagIds |
List<String> |
excludeUserIds |
Long |
id
example:
1000
|
String |
name
example:
contact restrict name
|
Boolean |
restrictInSearch
if can be null:
true
|
Boolean |
restrictInUserProfile
if can be null:
true
|
List<Long> |
subjectDeptIds |
List<Long> |
subjectTagIds |
List<String> |
subjectUserIds |
String |
type
This parameter is required.
|
| 构造器和说明 |
|---|
UpdateContactRestrictSettingRequest() |
@NameInMap(value="active") public Boolean active
true
@NameInMap(value="description") public String description
rule description
@NameInMap(value="id") public Long id
1000
@NameInMap(value="name") public String name
contact restrict name
@NameInMap(value="restrictInSearch") public Boolean restrictInSearch
true
@NameInMap(value="restrictInUserProfile") public Boolean restrictInUserProfile
true
@NameInMap(value="type") public String type
This parameter is required.
public static UpdateContactRestrictSettingRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateContactRestrictSettingRequest setActive(Boolean active)
public Boolean getActive()
public UpdateContactRestrictSettingRequest setDescription(String description)
public String getDescription()
public UpdateContactRestrictSettingRequest setExcludeDeptIds(List<Long> excludeDeptIds)
public UpdateContactRestrictSettingRequest setExcludeTagIds(List<Long> excludeTagIds)
public UpdateContactRestrictSettingRequest setExcludeUserIds(List<String> excludeUserIds)
public UpdateContactRestrictSettingRequest setId(Long id)
public Long getId()
public UpdateContactRestrictSettingRequest setName(String name)
public String getName()
public UpdateContactRestrictSettingRequest setRestrictInSearch(Boolean restrictInSearch)
public Boolean getRestrictInSearch()
public UpdateContactRestrictSettingRequest setRestrictInUserProfile(Boolean restrictInUserProfile)
public Boolean getRestrictInUserProfile()
public UpdateContactRestrictSettingRequest setSubjectDeptIds(List<Long> subjectDeptIds)
public UpdateContactRestrictSettingRequest setSubjectTagIds(List<Long> subjectTagIds)
public UpdateContactRestrictSettingRequest setSubjectUserIds(List<String> subjectUserIds)
public UpdateContactRestrictSettingRequest setType(String type)
public String getType()
Copyright © 2025. All rights reserved.