public class CreateWebThemeConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateWebThemeConfigRequest() |
CreateWebThemeConfigRequest(CreateWebThemeConfigRequest 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(子企业的组织ID)为必填项。
|
UserInfo |
getOperator()
Get 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
String |
getThemeType()
Get 主题类型,取值如下:
**EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
|
WebThemeConfig |
getWebThemeConfig()
Get 电子签logo是否展示,主体颜色等配置项
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setOperator(UserInfo Operator)
Set 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setThemeType(String ThemeType)
Set 主题类型,取值如下:
**EMBED_WEB_THEME**:嵌入式主题(默认),web页面嵌入的主题风格配置
|
void |
setWebThemeConfig(WebThemeConfig WebThemeConfig)
Set 电子签logo是否展示,主体颜色等配置项
|
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 CreateWebThemeConfigRequest()
public CreateWebThemeConfigRequest(CreateWebThemeConfigRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public String getThemeType()
public void setThemeType(String ThemeType)
ThemeType
- 主题类型,取值如下:
public WebThemeConfig getWebThemeConfig()
public void setWebThemeConfig(WebThemeConfig WebThemeConfig)
WebThemeConfig
- 电子签logo是否展示,主体颜色等配置项public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。Copyright © 2024. All rights reserved.