Class ExecuteDefaultPolicyWithInputRequest


  • public class ExecuteDefaultPolicyWithInputRequest
    extends java.lang.Object
    • Constructor Detail

      • ExecuteDefaultPolicyWithInputRequest

        public ExecuteDefaultPolicyWithInputRequest​(java.util.Optional<java.lang.Boolean> pretty,
                                                    java.util.Optional<? extends GzipAcceptEncoding> acceptEncoding,
                                                    Input input)
      • ExecuteDefaultPolicyWithInputRequest

        public ExecuteDefaultPolicyWithInputRequest​(Input input)
    • Method Detail

      • pretty

        public java.util.Optional<java.lang.Boolean> pretty()
        If parameter is `true`, response will formatted for humans.
      • acceptEncoding

        public java.util.Optional<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
      • input

        public Input input()
        The input document
      • withAcceptEncoding

        public ExecuteDefaultPolicyWithInputRequest withAcceptEncoding​(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
      • withAcceptEncoding

        public ExecuteDefaultPolicyWithInputRequest withAcceptEncoding​(java.util.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

        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