Vocabulary |
VocabularyService.createVocabulary(String targetModel,
String prefix,
com.google.gson.JsonArray vocabulary,
VocabularyParam customParam) |
void |
VocabularyService.deleteVocabulary(String vocabularyId,
VocabularyParam customParam) |
Vocabulary[] |
VocabularyService.listVocabulary(String prefix,
int pageIndex,
int pageSize,
VocabularyParam customParam) |
Vocabulary |
VocabularyService.queryVocabulary(String vocabularyId,
VocabularyParam customParam) |
void |
VocabularyService.updateVocabulary(String vocabularyId,
com.google.gson.JsonArray vocabulary,
VocabularyParam customParam) |