| Package | Description |
|---|---|
| com.vmware.vapi.std.interposition |
The
com.vmware.vapi.std.interposition package provides interfaces that
TODO. |
| Modifier and Type | Field and Description |
|---|---|
static InvocationResult.ResultType |
InvocationResult.ResultType.ERROR_RESULT
Error invocation result.
|
static InvocationResult.ResultType |
InvocationResult.ResultType.NORMAL_RESULT
Normal invocation result.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationResult.ResultType |
InvocationResult.getResultType()
Type of the invocation result.
|
static InvocationResult.ResultType |
InvocationResult.ResultType.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static InvocationResult.ResultType[] |
InvocationResult.ResultType.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationResult.setResultType(InvocationResult.ResultType resultType)
Type of the invocation result.
|
| Constructor and Description |
|---|
Builder(InvocationResult.ResultType resultType)
Constructor with parameters for the required properties of
InvocationResult. |
InvocationResult(InvocationResult.ResultType resultType,
DataValue output,
Structure error)
This constructor is provided for backwards compatibility purposes only.
|
Copyright © 2023. All rights reserved.