public RecaptchaConfigBuilder withApiKey()

in src/main/java/com/google/recaptcha/pld/pld/model/RecaptchaConfig.java [52:55]


    public RecaptchaConfigBuilder withApiKey(String apiKey) {
      this.apiKey = apiKey;
      return this;
    }