Uses of Class
io.gs2.dictionary.request.UpdateEntryModelMasterRequest
Packages that use UpdateEntryModelMasterRequest
-
Uses of UpdateEntryModelMasterRequest in io.gs2.dictionary
Methods in io.gs2.dictionary with parameters of type UpdateEntryModelMasterRequestModifier and TypeMethodDescriptionGs2DictionaryRestClient.updateEntryModelMaster(UpdateEntryModelMasterRequest request) voidGs2DictionaryRestClient.updateEntryModelMasterAsync(UpdateEntryModelMasterRequest request, AsyncAction<AsyncResult<UpdateEntryModelMasterResult>> callback) -
Uses of UpdateEntryModelMasterRequest in io.gs2.dictionary.request
Methods in io.gs2.dictionary.request that return UpdateEntryModelMasterRequestModifier and TypeMethodDescriptionUpdateEntryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateEntryModelMasterRequest.withDescription(String description) UpdateEntryModelMasterRequest.withEntryName(String entryName) UpdateEntryModelMasterRequest.withMetadata(String metadata) UpdateEntryModelMasterRequest.withNamespaceName(String namespaceName)