Uses of Class
io.gs2.matchmaking.request.DeleteNamespaceRequest
Packages that use DeleteNamespaceRequest
-
Uses of DeleteNamespaceRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type DeleteNamespaceRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.deleteNamespace(DeleteNamespaceRequest request) voidGs2MatchmakingRestClient.deleteNamespaceAsync(DeleteNamespaceRequest request, AsyncAction<AsyncResult<DeleteNamespaceResult>> callback) -
Uses of DeleteNamespaceRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return DeleteNamespaceRequestModifier and TypeMethodDescriptionstatic DeleteNamespaceRequestDeleteNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteNamespaceRequest.withNamespaceName(String namespaceName)