Uses of Class
io.gs2.key.request.CreateGitHubApiKeyRequest
Packages that use CreateGitHubApiKeyRequest
-
Uses of CreateGitHubApiKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type CreateGitHubApiKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.createGitHubApiKey(CreateGitHubApiKeyRequest request) voidGs2KeyRestClient.createGitHubApiKeyAsync(CreateGitHubApiKeyRequest request, AsyncAction<AsyncResult<CreateGitHubApiKeyResult>> callback) -
Uses of CreateGitHubApiKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return CreateGitHubApiKeyRequestModifier and TypeMethodDescriptionstatic CreateGitHubApiKeyRequestCreateGitHubApiKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateGitHubApiKeyRequest.withApiKey(String apiKey) CreateGitHubApiKeyRequest.withDescription(String description) CreateGitHubApiKeyRequest.withEncryptionKeyName(String encryptionKeyName) CreateGitHubApiKeyRequest.withNamespaceName(String namespaceName)