Package | Description |
---|---|
com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
Modifier and Type | Method and Description |
---|---|
static OperationResultInfo |
OperationResultInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static OperationResultInfo |
OperationResultInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OperationResultInfo |
OperationResultInfo.Builder.build() |
OperationResultInfo |
OperationInfo.getOutput()
Metamodel type for the output element.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationInfo.setOutput(OperationResultInfo output)
Metamodel type for the output element.
|
Constructor and Description |
---|
Builder(java.lang.String name,
java.util.List<FieldInfo> params,
OperationResultInfo output,
java.util.List<ErrorInfo> errors,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
OperationInfo . |