public class DescribeFlowTemplatesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFlowTemplatesRequest() |
DescribeFlowTemplatesRequest(DescribeFlowTemplatesRequest 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)为必填项。
|
String |
getApplicationId()
Get 通过指定[第三方应用的应用号(ApplicationId)](https://qcloudimg.tencent-cloud.cn/raw/60efa1e9049732e5246b20a268882b1a.png),您可以查询【应用模板库管理】中某个第三方应用下的模板。
|
Long |
getContentType()
Get 查询内容控制
**0**:模板列表及详情(默认)
**1**:仅模板列表
|
Filter[] |
getFilters()
|
Long |
getGenerateSource()
Deprecated.
|
Boolean |
getIsChannel()
Deprecated.
|
Long |
getLimit()
Get 指定每页返回的数据条数,和Offset参数配合使用。
注:`1.默认值为20,单页做大值为200。`
|
Long |
getOffset()
Get 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。
注:`1.offset从0开始,即第一页为0。`
`2.默认从第一页返回。`
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
OrganizationInfo |
getOrganization()
Deprecated.
|
Boolean |
getWithPreviewUrl()
Get 是否获取模板预览链接。
false:不获取(默认)true:需要获取
设置为true之后, 返回参数PreviewUrl,为模板的H5预览链接, 有效期5分钟。可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setApplicationId(String ApplicationId)
Set 通过指定[第三方应用的应用号(ApplicationId)](https://qcloudimg.tencent-cloud.cn/raw/60efa1e9049732e5246b20a268882b1a.png),您可以查询【应用模板库管理】中某个第三方应用下的模板。
|
void |
setContentType(Long ContentType)
Set 查询内容控制
**0**:模板列表及详情(默认)
**1**:仅模板列表
|
void |
setFilters(Filter[] Filters)
|
void |
setGenerateSource(Long GenerateSource)
Deprecated.
|
void |
setIsChannel(Boolean IsChannel)
Deprecated.
|
void |
setLimit(Long Limit)
Set 指定每页返回的数据条数,和Offset参数配合使用。
注:`1.默认值为20,单页做大值为200。`
|
void |
setOffset(Long Offset)
Set 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。
注:`1.offset从0开始,即第一页为0。`
`2.默认从第一页返回。`
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setOrganization(OrganizationInfo Organization)
Deprecated.
|
void |
setWithPreviewUrl(Boolean WithPreviewUrl)
Set 是否获取模板预览链接。
false:不获取(默认)true:需要获取
设置为true之后, 返回参数PreviewUrl,为模板的H5预览链接, 有效期5分钟。可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
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 DescribeFlowTemplatesRequest()
public DescribeFlowTemplatesRequest(DescribeFlowTemplatesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。public Long getContentType()
public void setContentType(Long ContentType)
ContentType
- 查询内容控制
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。
注:`1.offset从0开始,即第一页为0。`
`2.默认从第一页返回。`public Long getLimit()
public void setLimit(Long Limit)
Limit
- 指定每页返回的数据条数,和Offset参数配合使用。
注:`1.默认值为20,单页做大值为200。`public String getApplicationId()
注意事项:
public void setApplicationId(String ApplicationId)
注意事项:
@Deprecated public Boolean getIsChannel()
@Deprecated public void setIsChannel(Boolean IsChannel)
IsChannel
- 默认为false,查询SaaS模板库列表;
为true,查询第三方应用集成平台企业模板库管理列表@Deprecated public OrganizationInfo getOrganization()
@Deprecated public void setOrganization(OrganizationInfo Organization)
Organization
- 暂未开放@Deprecated public Long getGenerateSource()
@Deprecated public void setGenerateSource(Long GenerateSource)
GenerateSource
- 暂未开放public Boolean getWithPreviewUrl()
public void setWithPreviewUrl(Boolean WithPreviewUrl)
WithPreviewUrl
- 是否获取模板预览链接。
Copyright © 2025. All rights reserved.