Uses of Class
io.gs2.dictionary.model.EntryModel
Packages that use EntryModel
-
Uses of EntryModel in io.gs2.dictionary.model
Methods in io.gs2.dictionary.model that return EntryModelModifier and TypeMethodDescriptionstatic EntryModelEntryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) EntryModel.withEntryModelId(String entryModelId) EntryModel.withMetadata(String metadata) Methods in io.gs2.dictionary.model with parameters of type EntryModel -
Uses of EntryModel in io.gs2.dictionary.result
Methods in io.gs2.dictionary.result that return EntryModelMethods in io.gs2.dictionary.result that return types with arguments of type EntryModelMethods in io.gs2.dictionary.result with parameters of type EntryModelModifier and TypeMethodDescriptionvoidGetEntryModelResult.setItem(EntryModel item) GetEntryModelResult.withItem(EntryModel item) Method parameters in io.gs2.dictionary.result with type arguments of type EntryModelModifier and TypeMethodDescriptionvoidDescribeEntryModelsResult.setItems(List<EntryModel> items) DescribeEntryModelsResult.withItems(List<EntryModel> items)