Package com.okta.authn.sdk.http
Class QueryParameter
- java.lang.Object
-
- com.okta.authn.sdk.http.QueryParameter
-
- All Implemented Interfaces:
RequestParameter
public final class QueryParameter extends Object implements RequestParameter
-
-
Constructor Summary
Constructors Constructor Description QueryParameter(String key, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
static QueryParameter
query(String key, String value)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.okta.authn.sdk.http.RequestParameter
getKey, getValue
-
-
-
-
Method Detail
-
query
public static QueryParameter query(String key, String value)
-
getKey
public K getKey()
-
getValue
public V getValue()
-
-