| Package | Description |
|---|---|
| com.vmware.vapi.core |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition.TaskSupport |
MethodDefinition.getTaskSupport()
Returns task support level of the method.
|
static MethodDefinition.TaskSupport |
MethodDefinition.TaskSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodDefinition.TaskSupport[] |
MethodDefinition.TaskSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MethodDefinition(MethodIdentifier id,
DataDefinition input,
DataDefinition output,
Set<ErrorDefinition> errors,
MethodDefinition.TaskSupport taskSupport)
Constructor.
|
Copyright © 2023. All rights reserved.