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

HTTPQueryParameter Type

A query parameter which is appended to the URL.

Remarks

This type describes a query parameter which is appended to the URL when the request is sent.

Fields

Name
String

Name of a query parameter to append to the URL when the request is sent.

Value
String

Value of a query parameter to append to the URL when the request is sent.

Constructors

public HTTPQueryParameter();



public HTTPQueryParameter(String name, String value);



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