Uses of Class
io.gs2.dictionary.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.dictionary
Methods in io.gs2.dictionary with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2DictionaryRestClient.updateNamespace(UpdateNamespaceRequest request) voidGs2DictionaryRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.dictionary.request
Methods in io.gs2.dictionary.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withDescription(String description) UpdateNamespaceRequest.withDuplicateEntryScript(ScriptSetting duplicateEntryScript) UpdateNamespaceRequest.withEntryScript(ScriptSetting entryScript) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withNamespaceName(String namespaceName)