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 应用相关信息。 此接口Agent.AppId 必填。 | 
| String | getAuthorizedProxyOrganizationOpenId()Get 被授权的合作方企业在第三方平台子客企业标识,即ProxyOrganizationOpenId,当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且要进行合作方企业授权自动签时必传。 | 
| Boolean | getIsAuthorizePlatformApplication()Get 当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且是给应用平台方授权自动签时传true。
 | 
| String[] | getOperateTypes()Get 初始化操作类型
CREATE_SEAL : 创建印章
OPEN_AUTO_SIGN :开通企业自动签署
PARTNER_AUTO_SIGN_AUTH :合作方企业或应用平台方授权自动签
 | 
| String[] | getProxyOrganizationOpenIds()Get 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持50个 | 
| void | setAgent(Agent Agent)Set 应用相关信息。 此接口Agent.AppId 必填。 | 
| void | setAuthorizedProxyOrganizationOpenId(String AuthorizedProxyOrganizationOpenId)Set 被授权的合作方企业在第三方平台子客企业标识,即ProxyOrganizationOpenId,当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且要进行合作方企业授权自动签时必传。 | 
| void | setIsAuthorizePlatformApplication(Boolean IsAuthorizePlatformApplication)Set 当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且是给应用平台方授权自动签时传true。
 | 
| void | setOperateTypes(String[] OperateTypes)Set 初始化操作类型
CREATE_SEAL : 创建印章
OPEN_AUTO_SIGN :开通企业自动签署
PARTNER_AUTO_SIGN_AUTH :合作方企业或应用平台方授权自动签
 | 
| void | setProxyOrganizationOpenIds(String[] ProxyOrganizationOpenIds)Set 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持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, toJsonStringpublic CreateBatchInitOrganizationUrlRequest()
public CreateBatchInitOrganizationUrlRequest(CreateBatchInitOrganizationUrlRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent - 应用相关信息。 此接口Agent.AppId 必填。public String[] getOperateTypes()
public void setOperateTypes(String[] OperateTypes)
OperateTypes - 初始化操作类型
public String[] getProxyOrganizationOpenIds()
public void setProxyOrganizationOpenIds(String[] ProxyOrganizationOpenIds)
ProxyOrganizationOpenIds - 批量操作的企业列表在第三方平台的企业Id列表,即ProxyOrganizationOpenId列表,最大支持50个public Boolean getIsAuthorizePlatformApplication()
public void setIsAuthorizePlatformApplication(Boolean IsAuthorizePlatformApplication)
IsAuthorizePlatformApplication - 当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且是给应用平台方授权自动签时传true。
public String getAuthorizedProxyOrganizationOpenId()
public void setAuthorizedProxyOrganizationOpenId(String AuthorizedProxyOrganizationOpenId)
AuthorizedProxyOrganizationOpenId - 被授权的合作方企业在第三方平台子客企业标识,即ProxyOrganizationOpenId,当操作类型包含 PARTNER_AUTO_SIGN_AUTH 且要进行合作方企业授权自动签时必传。Copyright © 2025. All rights reserved.