Uses of Class
com.tencentcloudapi.ess.v20201111.models.Recipient
-
Packages that use Recipient Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of Recipient in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return Recipient Modifier and Type Method Description RecipientTemplateInfo. getPromoter()Get 发起方参与信息PromoterRecipient[]TemplateInfo. getRecipients()Get 模板中的签署参与方列表Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type Recipient Modifier and Type Method Description voidTemplateInfo. setPromoter(Recipient Promoter)Set 发起方参与信息PromotervoidTemplateInfo. setRecipients(Recipient[] Recipients)Set 模板中的签署参与方列表Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type Recipient Constructor Description Recipient(Recipient 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.
-