API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

HTTPURLParameter Type

A URL parameter which whose value is substituted into the URL.

Remarks

The type describes a URL parameter whose Value will be substituted into the URL in place of a string like {Name} when the request is sent.

Fields

Name
String

Name of a URL parameter that appears in the URL's path.

When the request is sent, the Value will be substituted into the URL in place of the URL parameter with this Name.

Value
String

Value of a URL parameter to substitute into the URL when the request is sent.

Constructors

public HTTPURLParameter();



public HTTPURLParameter(String name, String value);



 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]