public final class ParameterValuesValue extends Object
| Constructor and Description |
|---|
ParameterValuesValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
Object |
value()
Get the value property: The value of the parameter.
|
ParameterValuesValue |
withValue(Object value)
Set the value property: The value of the parameter.
|
public Object value()
public ParameterValuesValue withValue(Object value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.