Package org.mule.apikit.model
Interface QueryString
public interface QueryString
-
Method Summary
-
Method Details
-
getDefaultValue
String getDefaultValue() -
isArray
boolean isArray() -
validate
Deprecated.Validates query string.Deprecated since 2.3.0. Use
validate(Map)instead.- Parameters:
value- query string as YAML value- Returns:
- whether is valid or not
-
validate
Validates query string.- Parameters:
queryParams- collection of parameters that are part of the query string- Returns:
- whether query string is valid or not
- Since:
- 2.3.0
-
isScalar
boolean isScalar() -
isFacetArray
-
facets
-