Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.ProxyOrganizationOperator
-
Packages that use ProxyOrganizationOperator Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of ProxyOrganizationOperator in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return ProxyOrganizationOperator Modifier and Type Method Description ProxyOrganizationOperator[]
SyncProxyOrganizationOperatorsRequest. getProxyOrganizationOperators()
Get 经办人信息列表,最大长度200Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ProxyOrganizationOperator Modifier and Type Method Description void
SyncProxyOrganizationOperatorsRequest. setProxyOrganizationOperators(ProxyOrganizationOperator[] ProxyOrganizationOperators)
Set 经办人信息列表,最大长度200Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type ProxyOrganizationOperator Constructor Description ProxyOrganizationOperator(ProxyOrganizationOperator 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.
-