Uses of Class
io.gs2.key.request.DeleteGitHubApiKeyRequest
Packages that use DeleteGitHubApiKeyRequest
-
Uses of DeleteGitHubApiKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type DeleteGitHubApiKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.deleteGitHubApiKey(DeleteGitHubApiKeyRequest request) voidGs2KeyRestClient.deleteGitHubApiKeyAsync(DeleteGitHubApiKeyRequest request, AsyncAction<AsyncResult<DeleteGitHubApiKeyResult>> callback) -
Uses of DeleteGitHubApiKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return DeleteGitHubApiKeyRequestModifier and TypeMethodDescriptionstatic DeleteGitHubApiKeyRequestDeleteGitHubApiKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteGitHubApiKeyRequest.withApiKeyName(String apiKeyName) DeleteGitHubApiKeyRequest.withNamespaceName(String namespaceName)