Uses of Class
io.gs2.key.result.CreateGitHubApiKeyResult
Packages that use CreateGitHubApiKeyResult
-
Uses of CreateGitHubApiKeyResult in io.gs2.key
Methods in io.gs2.key that return CreateGitHubApiKeyResultModifier and TypeMethodDescriptionGs2KeyRestClient.createGitHubApiKey(CreateGitHubApiKeyRequest request) Method parameters in io.gs2.key with type arguments of type CreateGitHubApiKeyResultModifier and TypeMethodDescriptionvoidGs2KeyRestClient.createGitHubApiKeyAsync(CreateGitHubApiKeyRequest request, AsyncAction<AsyncResult<CreateGitHubApiKeyResult>> callback) -
Uses of CreateGitHubApiKeyResult in io.gs2.key.result
Methods in io.gs2.key.result that return CreateGitHubApiKeyResultModifier and TypeMethodDescriptionstatic CreateGitHubApiKeyResultCreateGitHubApiKeyResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateGitHubApiKeyResult.withItem(GitHubApiKey item)