Class Query
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Query
-
public class Query extends java.lang.ObjectQueryQuery parameters for the action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>additionalProperties()static Query.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>debug()Enable debug mode for the action executionbooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()QuerywithAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object> additionalProperties)QuerywithAdditionalProperty(java.lang.String key, java.lang.Object value)QuerywithDebug(boolean debug)Enable debug mode for the action executionQuerywithDebug(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> debug)Enable debug mode for the action execution
-
-
-
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()
-
builder
public static Query.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-