Class Query


  • public class Query
    extends java.lang.Object
    Query

    Query parameters for the action

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Query.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Query()  
      Query​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> debug)  
    • Constructor Detail

      • Query

        public Query​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> debug)
      • Query

        public Query()
    • Method Detail

      • debug

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> debug()
        Enable debug mode for the action execution
      • additionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> additionalProperties()
      • withDebug

        public Query withDebug​(boolean debug)
        Enable debug mode for the action execution
      • withDebug

        public Query withDebug​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> debug)
        Enable debug mode for the action execution
      • withAdditionalProperty

        public Query withAdditionalProperty​(java.lang.String key,
                                            java.lang.Object value)
      • withAdditionalProperties

        public Query withAdditionalProperties​(java.util.Map<java.lang.String,​java.lang.Object> additionalProperties)
      • 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