Uses of Class
io.gs2.key.result.GetGitHubApiKeyResult
Packages that use GetGitHubApiKeyResult
-
Uses of GetGitHubApiKeyResult in io.gs2.key
Methods in io.gs2.key that return GetGitHubApiKeyResultModifier and TypeMethodDescriptionGs2KeyRestClient.getGitHubApiKey(GetGitHubApiKeyRequest request) Method parameters in io.gs2.key with type arguments of type GetGitHubApiKeyResultModifier and TypeMethodDescriptionvoidGs2KeyRestClient.getGitHubApiKeyAsync(GetGitHubApiKeyRequest request, AsyncAction<AsyncResult<GetGitHubApiKeyResult>> callback) -
Uses of GetGitHubApiKeyResult in io.gs2.key.result
Methods in io.gs2.key.result that return GetGitHubApiKeyResultModifier and TypeMethodDescriptionstatic GetGitHubApiKeyResultGetGitHubApiKeyResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetGitHubApiKeyResult.withItem(GitHubApiKey item)