public final class QueryParameter extends Object implements RequestParameter
Constructor and Description |
---|
QueryParameter(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
static QueryParameter |
query(String key,
String value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getKey, getValue
public static QueryParameter query(String key, String value)
public K getKey()
public V getValue()
Copyright © 2018–2019 Okta. All rights reserved.