Uses of Class
com.boldsign.model.TemplateTag
-
Packages that use TemplateTag Package Description com.boldsign.api com.boldsign.model -
-
Uses of TemplateTag in com.boldsign.api
Methods in com.boldsign.api with parameters of type TemplateTag Modifier and Type Method Description voidTemplateApi. 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 addTagApiResponse<Void>TemplateApi. 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 deleteTagApiResponse<Void>TemplateApi. deleteTagWithHttpInfo(TemplateTag templateTag)Delete the Tags in Templates. -
Uses of TemplateTag in com.boldsign.model
Methods in com.boldsign.model that return TemplateTag Modifier and Type Method Description TemplateTagTemplateTag. addDocumentLabelsItem(String documentLabelsItem)TemplateTagTemplateTag. addTemplateLabelsItem(String templateLabelsItem)TemplateTagTemplateTag. documentLabels(List<String> documentLabels)static TemplateTagTemplateTag. fromJson(String jsonString)Create an instance of TemplateTag given an JSON stringTemplateTagTemplateTag. onBehalfOf(String onBehalfOf)TemplateTagTemplateTag. templateId(String templateId)TemplateTagTemplateTag. templateLabels(List<String> templateLabels)
-