Uses of Class
com.boldsign.model.EmbeddedTemplatePreview
-
Packages that use EmbeddedTemplatePreview Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedTemplatePreview in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedTemplatePreview Modifier and Type Method Description EmbeddedTemplatePreviewTemplateApi. createEmbeddedPreviewUrl(String templateId, EmbeddedTemplatePreviewJsonRequest embeddedTemplatePreviewJsonRequest)Generates a preview URL for a template to view it.Methods in com.boldsign.api that return types with arguments of type EmbeddedTemplatePreview Modifier and Type Method Description ApiResponse<EmbeddedTemplatePreview>TemplateApi. createEmbeddedPreviewUrlWithHttpInfo(String templateId, EmbeddedTemplatePreviewJsonRequest embeddedTemplatePreviewJsonRequest)Generates a preview URL for a template to view it.Method parameters in com.boldsign.api with type arguments of type EmbeddedTemplatePreview Modifier and Type Method Description okhttp3.CallTemplateApi. createEmbeddedPreviewUrlAsync(String templateId, EmbeddedTemplatePreviewJsonRequest embeddedTemplatePreviewJsonRequest, ApiCallback<EmbeddedTemplatePreview> _callback)Generates a preview URL for a template to view it. -
Uses of EmbeddedTemplatePreview in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedTemplatePreview Modifier and Type Method Description static EmbeddedTemplatePreviewEmbeddedTemplatePreview. fromJson(String jsonString)Create an instance of EmbeddedTemplatePreview given an JSON stringEmbeddedTemplatePreviewEmbeddedTemplatePreview. templateUrl(URI templateUrl)
-