IPWorks Cloud 2020 Java Edition

Questions / Feedback?

QueryParam Type

A query parameter to send in the request.

Remarks

This type represents a query parameter to send in the request.

Fields

Name
String

The name of the query parameter.

This field specifies the name of the query parameter.

Value
String

The value of the query parameter.

This field specifies the value of the query parameter. The class will automatically URL-encode this value when sending the request.

Constructors

public QueryParam();



public QueryParam(String name, String value);



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Java Edition - Version 20.0 [Build 8265]