public class UpdateContactRestrictSettingRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
UpdateContactRestrictSettingRequest() |
@NameInMap(value="active") public Boolean active
@NameInMap(value="description") public String description
@NameInMap(value="id") public Long id
@NameInMap(value="name") public String name
@NameInMap(value="restrictInSearch") public Boolean restrictInSearch
@NameInMap(value="restrictInUserProfile") public Boolean restrictInUserProfile
@NameInMap(value="type") public String type
public static UpdateContactRestrictSettingRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2022. All rights reserved.