public static final class
ParameterValue.InAppDefault
extends ParameterValue
Represents an in app default parameter value.
Public Constructor Summary
Public Method Summary
boolean |
equals(Object o)
|
Inherited Method Summary
static ParameterValue.InAppDefault |
inAppDefault()
Creates a new
ParameterValue.InAppDefault instance. |
static ParameterValue.Explicit |
of(String value)
Creates a new
ParameterValue.Explicit instance with the given value. |
Object |
clone()
|
boolean |
equals(Object arg0)
|
void |
finalize()
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|