Class ProxyRequestBody
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ProxyRequestBody
-
public class ProxyRequestBody extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyRequestBody.Builder
-
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 requeststatic ProxyRequestBody.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>headers()The headers to send in the requestorg.openapitools.jackson.nullable.JsonNullable<Method>method()The method of the requestorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>path()The path of the request including any query parametersjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The base url of the requestProxyRequestBodywithBody(java.util.Map<java.lang.String,java.lang.Object> body)The body of the requestProxyRequestBodywithBody(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> body)The body of the requestProxyRequestBodywithHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)The headers to send in the requestProxyRequestBodywithHeaders(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> headers)The headers to send in the requestProxyRequestBodywithMethod(Method method)The method of the requestProxyRequestBodywithMethod(org.openapitools.jackson.nullable.JsonNullable<? extends Method> method)The method of the requestProxyRequestBodywithPath(java.lang.String path)The path of the request including any query parametersProxyRequestBodywithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path of the request including any query parametersProxyRequestBodywithUrl(java.lang.String url)The base url of the requestProxyRequestBodywithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The base url of the request
-
-
-
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
-
builder
public static ProxyRequestBody.Builder builder()
-
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(Method method)
The method 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-