Package io.gs2.key.request
Class DeleteGitHubApiKeyRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DeleteGitHubApiKeyRequest>
io.gs2.key.request.DeleteGitHubApiKeyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteGitHubApiKeyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetApiKeyName(String apiKeyName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withApiKeyName(String apiKeyName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DeleteGitHubApiKeyRequest
public DeleteGitHubApiKeyRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getApiKeyName
-
setApiKeyName
-
withApiKeyName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-