Skip to main content

PathParameter Constructors

A parameter that is used to add a path element to a JSON endpoint’s URI.
Name Parameters Description
PathParameter() none Creates a new instance of the PathParameter class with default settings.
PathParameter(String, Object) name, value Creates a new instance of the PathParameter class with specified parameter name and value.
PathParameter(String, Type, Object) name, type, value Creates a new instance of the PathParameter class with specified name, type, and value.
See Also