Package io.gs2.key.request
Class CreateGitHubApiKeyRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateGitHubApiKeyRequest>
io.gs2.key.request.CreateGitHubApiKeyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateGitHubApiKeyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidvoidsetDescription(String description) voidsetEncryptionKeyName(String encryptionKeyName) voidvoidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withApiKey(String apiKey) withDescription(String description) withEncryptionKeyName(String encryptionKeyName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateGitHubApiKeyRequest
public CreateGitHubApiKeyRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getApiKey
-
setApiKey
-
withApiKey
-
getEncryptionKeyName
-
setEncryptionKeyName
-
withEncryptionKeyName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-