Uses of Class
com.boldsign.model.DocumentTags
-
Packages that use DocumentTags Package Description com.boldsign.api com.boldsign.model -
-
Uses of DocumentTags in com.boldsign.api
Methods in com.boldsign.api with parameters of type DocumentTags Modifier and Type Method Description voidDocumentApi. addTag(DocumentTags documentTags)Add the Tags in Documents.okhttp3.CallDocumentApi. addTagAsync(DocumentTags documentTags, ApiCallback<Void> _callback)Add the Tags in Documents.okhttp3.CallDocumentApi. addTagCall(DocumentTags documentTags, ApiCallback _callback)Build call for addTagApiResponse<Void>DocumentApi. addTagWithHttpInfo(DocumentTags documentTags)Add the Tags in Documents.voidDocumentApi. deleteTag(DocumentTags documentTags)Delete the Tags in Documents.okhttp3.CallDocumentApi. deleteTagAsync(DocumentTags documentTags, ApiCallback<Void> _callback)Delete the Tags in Documents.okhttp3.CallDocumentApi. deleteTagCall(DocumentTags documentTags, ApiCallback _callback)Build call for deleteTagApiResponse<Void>DocumentApi. deleteTagWithHttpInfo(DocumentTags documentTags)Delete the Tags in Documents. -
Uses of DocumentTags in com.boldsign.model
Methods in com.boldsign.model that return DocumentTags Modifier and Type Method Description DocumentTagsDocumentTags. addTagsItem(String tagsItem)DocumentTagsDocumentTags. documentId(String documentId)static DocumentTagsDocumentTags. fromJson(String jsonString)Create an instance of DocumentTags given an JSON stringDocumentTagsDocumentTags. tags(List<String> tags)
-