Class ProxyRequestBody


  • public class ProxyRequestBody
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyRequestBody()  
      ProxyRequestBody​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<? extends Method> method, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> body)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> body()
      The body of the request
      static ProxyRequestBody.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> headers()
      The headers to send in the request
      org.openapitools.jackson.nullable.JsonNullable<Method> method()
      The method of the request
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path()
      The path of the request including any query parameters
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
      The base url of the request
      ProxyRequestBody withBody​(java.util.Map<java.lang.String,​java.lang.Object> body)
      The body of the request
      ProxyRequestBody withBody​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> body)
      The body of the request
      ProxyRequestBody withHeaders​(java.util.Map<java.lang.String,​java.lang.Object> headers)
      The headers to send in the request
      ProxyRequestBody withHeaders​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers)
      The headers to send in the request
      ProxyRequestBody withMethod​(Method method)
      The method of the request
      ProxyRequestBody withMethod​(org.openapitools.jackson.nullable.JsonNullable<? extends Method> method)
      The method of the request
      ProxyRequestBody withPath​(java.lang.String path)
      The path of the request including any query parameters
      ProxyRequestBody withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
      The path of the request including any query parameters
      ProxyRequestBody withUrl​(java.lang.String url)
      The base url of the request
      ProxyRequestBody withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      The base url of the request
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyRequestBody

        public ProxyRequestBody​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url,
                                org.openapitools.jackson.nullable.JsonNullable<? extends Method> method,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path,
                                org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers,
                                org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> body)
      • ProxyRequestBody

        public ProxyRequestBody()
    • Method Detail

      • url

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

        public org.openapitools.jackson.nullable.JsonNullable<Method> method()
        The method of the request
      • path

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

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

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

        public ProxyRequestBody withUrl​(java.lang.String url)
        The base url of the request
      • withUrl

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

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

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

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

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

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

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

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object