public RecaptchaConfigBuilder withProjectId()

in src/main/java/com/google/recaptcha/pld/pld/model/RecaptchaConfig.java [42:45]


    public RecaptchaConfigBuilder withProjectId(String projectId) {
      this.projectId = projectId;
      return this;
    }