Uses of Class
com.boldsign.model.TemplateCC
-
Packages that use TemplateCC Package Description com.boldsign.model -
-
Uses of TemplateCC in com.boldsign.model
Methods in com.boldsign.model that return TemplateCC Modifier and Type Method Description TemplateCCTemplateCC. emailAddress(String emailAddress)static TemplateCCTemplateCC. fromJson(String jsonString)Create an instance of TemplateCC given an JSON stringTemplateCCTemplateCC. userId(String userId)Methods in com.boldsign.model that return types with arguments of type TemplateCC Modifier and Type Method Description List<TemplateCC>Template. getCcDetails()Get ccDetailsMethods in com.boldsign.model with parameters of type TemplateCC Modifier and Type Method Description TemplateTemplate. addCcDetailsItem(TemplateCC ccDetailsItem)Method parameters in com.boldsign.model with type arguments of type TemplateCC Modifier and Type Method Description TemplateTemplate. ccDetails(List<TemplateCC> ccDetails)voidTemplate. setCcDetails(List<TemplateCC> ccDetails)
-