Uses of Class
com.boldsign.model.EmbeddedTemplateCreated
-
Packages that use EmbeddedTemplateCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedTemplateCreated in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedTemplateCreated Modifier and Type Method Description EmbeddedTemplateCreatedTemplateApi. createEmbeddedTemplateUrl(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest)Generates a create URL to embeds template create process into your application.Methods in com.boldsign.api that return types with arguments of type EmbeddedTemplateCreated Modifier and Type Method Description ApiResponse<EmbeddedTemplateCreated>TemplateApi. createEmbeddedTemplateUrlWithHttpInfo(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest)Generates a create URL to embeds template create process into your application.Method parameters in com.boldsign.api with type arguments of type EmbeddedTemplateCreated Modifier and Type Method Description okhttp3.CallTemplateApi. createEmbeddedTemplateUrlAsync(EmbeddedCreateTemplateRequest embeddedCreateTemplateRequest, ApiCallback<EmbeddedTemplateCreated> _callback)Generates a create URL to embeds template create process into your application. -
Uses of EmbeddedTemplateCreated in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedTemplateCreated Modifier and Type Method Description EmbeddedTemplateCreatedEmbeddedTemplateCreated. createUrl(URI createUrl)static EmbeddedTemplateCreatedEmbeddedTemplateCreated. fromJson(String jsonString)Create an instance of EmbeddedTemplateCreated given an JSON stringEmbeddedTemplateCreatedEmbeddedTemplateCreated. templateId(String templateId)
-