Class ExecuteDefaultPolicyWithInputRequest
java.lang.Object
com.styra.opa.openapi.models.operations.ExecuteDefaultPolicyWithInputRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExecuteDefaultPolicyWithInputRequest(Optional<Boolean> pretty, Optional<? extends GzipAcceptEncoding> acceptEncoding, Input input) -
Method Summary
Modifier and TypeMethodDescriptionIndicates the server should respond with a gzip encoded body.static final ExecuteDefaultPolicyWithInputRequest.Builderbuilder()booleaninthashCode()input()The input documentpretty()If parameter is `true`, response will formatted for humans.toString()withAcceptEncoding(GzipAcceptEncoding acceptEncoding) Indicates the server should respond with a gzip encoded body.withAcceptEncoding(Optional<? extends GzipAcceptEncoding> acceptEncoding) Indicates the server should respond with a gzip encoded body.The input documentwithPretty(boolean pretty) If parameter is `true`, response will formatted for humans.withPretty(Optional<Boolean> pretty) If parameter is `true`, response will formatted for humans.
-
Constructor Details
-
Method Details
-
pretty
If parameter is `true`, response will formatted for humans. -
acceptEncoding
Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above `server.encoding.gzip.min_length` value. See the configuration section -
input
The input document -
builder
-
withPretty
If parameter is `true`, response will formatted for humans. -
withPretty
If parameter is `true`, response will formatted for humans. -
withAcceptEncoding
public ExecuteDefaultPolicyWithInputRequest withAcceptEncoding(Optional<? extends GzipAcceptEncoding> acceptEncoding) Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above `server.encoding.gzip.min_length` value. See the configuration section -
equals
-
hashCode
public int hashCode() -
toString
-