Uses of Class
com.boldsign.model.TemplateTag
Packages that use TemplateTag
-
Uses of TemplateTag in com.boldsign.api
Methods in com.boldsign.api with parameters of type TemplateTagModifier and TypeMethodDescriptionvoidTemplateApi.addTag(TemplateTag templateTag) Add the Tags in Templates.okhttp3.CallTemplateApi.addTagAsync(TemplateTag templateTag, ApiCallback<Void> _callback) Add the Tags in Templates.okhttp3.CallTemplateApi.addTagCall(TemplateTag templateTag, ApiCallback _callback) Build call for addTagTemplateApi.addTagWithHttpInfo(TemplateTag templateTag) Add the Tags in Templates.voidTemplateApi.deleteTag(TemplateTag templateTag) Delete the Tags in Templates.okhttp3.CallTemplateApi.deleteTagAsync(TemplateTag templateTag, ApiCallback<Void> _callback) Delete the Tags in Templates.okhttp3.CallTemplateApi.deleteTagCall(TemplateTag templateTag, ApiCallback _callback) Build call for deleteTagTemplateApi.deleteTagWithHttpInfo(TemplateTag templateTag) Delete the Tags in Templates. -
Uses of TemplateTag in com.boldsign.model
Methods in com.boldsign.model that return TemplateTagModifier and TypeMethodDescriptionTemplateTag.addDocumentLabelsItem(String documentLabelsItem) TemplateTag.addTemplateLabelsItem(String templateLabelsItem) TemplateTag.documentLabels(List<String> documentLabels) static TemplateTagCreate an instance of TemplateTag given an JSON stringTemplateTag.onBehalfOf(String onBehalfOf) TemplateTag.templateId(String templateId) TemplateTag.templateLabels(List<String> templateLabels)