Uses of Class
com.boldsign.model.TemplateCreated
-
Packages that use TemplateCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of TemplateCreated in com.boldsign.api
Methods in com.boldsign.api that return TemplateCreated Modifier and Type Method Description TemplateCreatedTemplateApi. createTemplate(CreateTemplateRequest createTemplateRequest)Creates a new template.Methods in com.boldsign.api that return types with arguments of type TemplateCreated Modifier and Type Method Description ApiResponse<TemplateCreated>TemplateApi. createTemplateWithHttpInfo(CreateTemplateRequest createTemplateRequest)Creates a new template.Method parameters in com.boldsign.api with type arguments of type TemplateCreated Modifier and Type Method Description okhttp3.CallTemplateApi. createTemplateAsync(CreateTemplateRequest createTemplateRequest, ApiCallback<TemplateCreated> _callback)Creates a new template. -
Uses of TemplateCreated in com.boldsign.model
Methods in com.boldsign.model that return TemplateCreated Modifier and Type Method Description static TemplateCreatedTemplateCreated. fromJson(String jsonString)Create an instance of TemplateCreated given an JSON stringTemplateCreatedTemplateCreated. templateId(String templateId)
-