Class ExecuteDefaultPolicyWithInputRequest.Builder
java.lang.Object
com.styra.opa.openapi.models.operations.ExecuteDefaultPolicyWithInputRequest.Builder
- Enclosing class:
- ExecuteDefaultPolicyWithInputRequest
-
Method Summary
Modifier and TypeMethodDescriptionacceptEncoding
(GzipAcceptEncoding acceptEncoding) Indicates the server should respond with a gzip encoded body.acceptEncoding
(Optional<? extends GzipAcceptEncoding> acceptEncoding) Indicates the server should respond with a gzip encoded body.build()
The input documentpretty
(boolean pretty) If parameter is `true`, response will formatted for humans.If parameter is `true`, response will formatted for humans.
-
Method Details
-
pretty
If parameter is `true`, response will formatted for humans. -
pretty
If parameter is `true`, response will formatted for humans. -
acceptEncoding
public ExecuteDefaultPolicyWithInputRequest.Builder acceptEncoding(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 -
build
-