Class GetGitHubApiKeyRequest

All Implemented Interfaces:
IRequest, Serializable

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

    • GetGitHubApiKeyRequest

      public GetGitHubApiKeyRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetGitHubApiKeyRequest withNamespaceName(String namespaceName)
    • getApiKeyName

      public String getApiKeyName()
    • setApiKeyName

      public void setApiKeyName(String apiKeyName)
    • withApiKeyName

      public GetGitHubApiKeyRequest withApiKeyName(String apiKeyName)
    • fromJson

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

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