| Interface | Description |
|---|---|
| DataValue | |
| ValueVisitor |
| Class | Description |
|---|---|
| BlobValue | |
| BooleanValue | |
| DoubleValue | |
| ErrorValue |
DataValue implementation for vAPI errors. |
| IntegerValue | |
| ListValue |
A list of values.
|
| OptionalValue | |
| SecretValue |
Value of type secret, which is intended to represent sensitive
information, like passwords.
|
| StringValue |
Value of type string.
|
| StructValue |
Thread-safety: Instances of this class are not thread-safe.
|
| VoidValue |
| Enum | Description |
|---|---|
| DataType |
Enumeration for build-in vAPI types.
|
| Exception | Description |
|---|---|
| ConstraintValidationException |
This exception is thrown when static or dynamic constraint validation fails
|