Uses of Class
com.boldsign.model.TemplateProperties
-
Packages that use TemplateProperties Package Description com.boldsign.api com.boldsign.model -
-
Uses of TemplateProperties in com.boldsign.api
Methods in com.boldsign.api that return TemplateProperties Modifier and Type Method Description TemplatePropertiesTemplateApi. getProperties(String templateId)Get summary of the template.Methods in com.boldsign.api that return types with arguments of type TemplateProperties Modifier and Type Method Description ApiResponse<TemplateProperties>TemplateApi. getPropertiesWithHttpInfo(String templateId)Get summary of the template.Method parameters in com.boldsign.api with type arguments of type TemplateProperties Modifier and Type Method Description okhttp3.CallTemplateApi. getPropertiesAsync(String templateId, ApiCallback<TemplateProperties> _callback)Get summary of the template. -
Uses of TemplateProperties in com.boldsign.model
-