Class ProxyRequestBody.Builder

  • Enclosing class:
    ProxyRequestBody

    public static final class ProxyRequestBody.Builder
    extends java.lang.Object
    • Method Detail

      • url

        public ProxyRequestBody.Builder url​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        The base url of the request
      • method

        public ProxyRequestBody.Builder method​(org.openapitools.jackson.nullable.JsonNullable<? extends Method> method)
        The method of the request
      • path

        public ProxyRequestBody.Builder path​(java.lang.String path)
        The path of the request including any query parameters
      • path

        public ProxyRequestBody.Builder path​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
        The path of the request including any query parameters
      • headers

        public ProxyRequestBody.Builder headers​(java.util.Map<java.lang.String,​java.lang.Object> headers)
        The headers to send in the request
      • headers

        public ProxyRequestBody.Builder headers​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers)
        The headers to send in the request
      • body

        public ProxyRequestBody.Builder body​(java.util.Map<java.lang.String,​java.lang.Object> body)
        The body of the request
      • body

        public ProxyRequestBody.Builder body​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> body)
        The body of the request