Class DeleteGitHubApiKeyRequest

All Implemented Interfaces:
IRequest, Serializable

public class DeleteGitHubApiKeyRequest extends Gs2BasicRequest<DeleteGitHubApiKeyRequest>
See Also:
  • Constructor Details

    • DeleteGitHubApiKeyRequest

      public DeleteGitHubApiKeyRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public DeleteGitHubApiKeyRequest withNamespaceName(String namespaceName)
    • getApiKeyName

      public String getApiKeyName()
    • setApiKeyName

      public void setApiKeyName(String apiKeyName)
    • withApiKeyName

      public DeleteGitHubApiKeyRequest withApiKeyName(String apiKeyName)
    • fromJson

      public static DeleteGitHubApiKeyRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()