public class CreateBatchInitOrganizationUrlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBatchInitOrganizationUrlRequest() |
CreateBatchInitOrganizationUrlRequest(CreateBatchInitOrganizationUrlRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
String |
getAuthorizedOrganizationId()
Get 被授权的合作方企业在电子签的企业电子签账号,当操作类型包含 PARTNER_AUTO_SIGN_AUTH (合作方企业授权自动签)时必传。
企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。

|
String[] |
getOperateTypes()
Get 初始化操作类型
CREATE_SEAL : 创建印章
AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业
OPEN_AUTO_SIGN :开通企业自动签署
PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
String[] |
getOrganizationIds()
Get 批量操作的企业Id列表,最大支持50个
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setAuthorizedOrganizationId(String AuthorizedOrganizationId)
Set 被授权的合作方企业在电子签的企业电子签账号,当操作类型包含 PARTNER_AUTO_SIGN_AUTH (合作方企业授权自动签)时必传。
企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。

|
void |
setOperateTypes(String[] OperateTypes)
Set 初始化操作类型
CREATE_SEAL : 创建印章
AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业
OPEN_AUTO_SIGN :开通企业自动签署
PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setOrganizationIds(String[] OrganizationIds)
Set 批量操作的企业Id列表,最大支持50个
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateBatchInitOrganizationUrlRequest()
public CreateBatchInitOrganizationUrlRequest(CreateBatchInitOrganizationUrlRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public String[] getOperateTypes()
public void setOperateTypes(String[] OperateTypes)
OperateTypes
- 初始化操作类型
public String[] getOrganizationIds()
public void setOrganizationIds(String[] OrganizationIds)
OrganizationIds
- 批量操作的企业Id列表,最大支持50个public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填public String getAuthorizedOrganizationId()
public void setAuthorizedOrganizationId(String AuthorizedOrganizationId)
AuthorizedOrganizationId
- 被授权的合作方企业在电子签的企业电子签账号,当操作类型包含 PARTNER_AUTO_SIGN_AUTH (合作方企业授权自动签)时必传。
企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。
Copyright © 2024. All rights reserved.