PathParameter Constructors
A parameter that is used to add a path element to a JSON endpoint’s URI.
Name | Parameters | Description |
---|---|---|
Path |
none |
Creates a new instance of the Path |
Path |
name, value |
Creates a new instance of the Path |
Path |
name, type, value |
Creates a new instance of the Path |
See Also