Package | Description |
---|---|
com.openshift.internal.client.httpclient.request |
Modifier and Type | Class and Description |
---|---|
class |
Parameter
A parameter wrapper to pass param key/values to the service when executing a
remote operation from a link.
|
class |
ParameterValueArray |
class |
ParameterValueMap |
class |
StringParameter |
class |
StringValue |
Modifier and Type | Method and Description |
---|---|
ParameterValueArray |
ParameterValueArray.add(ParameterValue<?> value) |
Modifier and Type | Method and Description |
---|---|
ParameterValueArray |
ParameterValueArray.addAll(List<? extends ParameterValue<?>> values) |
Constructor and Description |
---|
Parameter(String name,
ParameterValue<?> value) |
Constructor and Description |
---|
ParameterValueArray(List<ParameterValue<?>> values) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.