Uses of Class
io.gs2.inventory.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.updateNamespace(UpdateNamespaceRequest request) voidGs2InventoryRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withAcquireScript(ScriptSetting acquireScript) UpdateNamespaceRequest.withConsumeScript(ScriptSetting consumeScript) UpdateNamespaceRequest.withDescription(String description) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withNamespaceName(String namespaceName) UpdateNamespaceRequest.withOverflowScript(ScriptSetting overflowScript)