Uses of Class
io.gs2.dictionary.model.EntryModelMaster
Packages that use EntryModelMaster
-
Uses of EntryModelMaster in io.gs2.dictionary.model
Methods in io.gs2.dictionary.model that return EntryModelMasterModifier and TypeMethodDescriptionstatic EntryModelMasterEntryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) EntryModelMaster.withCreatedAt(Long createdAt) EntryModelMaster.withDescription(String description) EntryModelMaster.withEntryModelId(String entryModelId) EntryModelMaster.withMetadata(String metadata) EntryModelMaster.withRevision(Long revision) EntryModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.dictionary.model with parameters of type EntryModelMaster -
Uses of EntryModelMaster in io.gs2.dictionary.result
Methods in io.gs2.dictionary.result that return EntryModelMasterModifier and TypeMethodDescriptionCreateEntryModelMasterResult.getItem()DeleteEntryModelMasterResult.getItem()GetEntryModelMasterResult.getItem()UpdateEntryModelMasterResult.getItem()Methods in io.gs2.dictionary.result that return types with arguments of type EntryModelMasterMethods in io.gs2.dictionary.result with parameters of type EntryModelMasterModifier and TypeMethodDescriptionvoidCreateEntryModelMasterResult.setItem(EntryModelMaster item) voidDeleteEntryModelMasterResult.setItem(EntryModelMaster item) voidGetEntryModelMasterResult.setItem(EntryModelMaster item) voidUpdateEntryModelMasterResult.setItem(EntryModelMaster item) CreateEntryModelMasterResult.withItem(EntryModelMaster item) DeleteEntryModelMasterResult.withItem(EntryModelMaster item) GetEntryModelMasterResult.withItem(EntryModelMaster item) UpdateEntryModelMasterResult.withItem(EntryModelMaster item) Method parameters in io.gs2.dictionary.result with type arguments of type EntryModelMasterModifier and TypeMethodDescriptionvoidDescribeEntryModelMastersResult.setItems(List<EntryModelMaster> items) DescribeEntryModelMastersResult.withItems(List<EntryModelMaster> items)