vncore / com.venuenext.vncore.http / OAuth / ParameterPairs

ParameterPairs

class ParameterPairs : ArrayList<ParameterPair>

Parameter Pairs class.

Constructors

<init>

Parameter Pairs class.

ParameterPairs()

Functions

add

fun add(name: String, value: String): Unit

addIfValueNotNull

fun addIfValueNotNull(name: String, value: String?): Unit