Skip to main content

QueryParameter Constructors

A parameter that is used to pass HTTP request parameter values to a JSON endpoint.
Name Parameters Description
QueryParameter() none Creates a new instance of the QueryParameter class with default settings.
QueryParameter(String, Object) name, value Creates a new instance of the QueryParameter class with the specified parameter name and value.
QueryParameter(String, Type, Object) name, type, value Creates a new instance of the QueryParameter class with the specified parameter name, type, and value.
See Also