Class QueryExternalUserMappingInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wav.v20210129.models.QueryExternalUserMappingInfoRequest
-
public class QueryExternalUserMappingInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryExternalUserMappingInfoRequest()QueryExternalUserMappingInfoRequest(QueryExternalUserMappingInfoRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCorpExternalUserIdList()Get 企业主体对应的外部联系人id列表,列表长度限制最大为50。voidsetCorpExternalUserIdList(String[] CorpExternalUserIdList)Set 企业主体对应的外部联系人id列表,列表长度限制最大为50。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryExternalUserMappingInfoRequest
public QueryExternalUserMappingInfoRequest()
-
QueryExternalUserMappingInfoRequest
public QueryExternalUserMappingInfoRequest(QueryExternalUserMappingInfoRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getCorpExternalUserIdList
public String[] getCorpExternalUserIdList()
Get 企业主体对应的外部联系人id列表,列表长度限制最大为50。- Returns:
- CorpExternalUserIdList 企业主体对应的外部联系人id列表,列表长度限制最大为50。
-
setCorpExternalUserIdList
public void setCorpExternalUserIdList(String[] CorpExternalUserIdList)
Set 企业主体对应的外部联系人id列表,列表长度限制最大为50。- Parameters:
CorpExternalUserIdList- 企业主体对应的外部联系人id列表,列表长度限制最大为50。
-
-