Uses of Class
com.tencentcloudapi.ess.v20201111.models.RecipientComponentInfo
-
Packages that use RecipientComponentInfo Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of RecipientComponentInfo in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return RecipientComponentInfo Modifier and Type Method Description RecipientComponentInfo[]
DescribeFlowComponentsResponse. getRecipientComponentInfos()
Get 流程关联的填写控件信息,按照参与方进行分类返回。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type RecipientComponentInfo Modifier and Type Method Description void
DescribeFlowComponentsResponse. setRecipientComponentInfos(RecipientComponentInfo[] RecipientComponentInfos)
Set 流程关联的填写控件信息,按照参与方进行分类返回。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type RecipientComponentInfo Constructor Description RecipientComponentInfo(RecipientComponentInfo 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.
-