Uses of Class
io.gs2.gateway.result.UpdateNamespaceResult
Packages that use UpdateNamespaceResult
-
Uses of UpdateNamespaceResult in io.gs2.gateway
Methods in io.gs2.gateway that return UpdateNamespaceResultModifier and TypeMethodDescriptionGs2GatewayRestClient.updateNamespace(UpdateNamespaceRequest request) Gs2GatewayWebSocketClient.updateNamespace(UpdateNamespaceRequest request) Method parameters in io.gs2.gateway with type arguments of type UpdateNamespaceResultModifier and TypeMethodDescriptionvoidGs2GatewayRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) voidGs2GatewayWebSocketClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceResult in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return UpdateNamespaceResultModifier and TypeMethodDescriptionstatic UpdateNamespaceResultUpdateNamespaceResult.fromJson(com.fasterxml.jackson.databind.JsonNode data)