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 StructureInfo |
StructureInfo._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 StructureInfo |
StructureInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
StructureInfo |
StructureInfo.Builder.build() |
StructureInfo |
Structure.get(java.lang.String structureId)
Retrieves information about the structure element corresponding to
structureId . |
StructureInfo |
StructureStub.get(java.lang.String structureId) |
StructureInfo |
Structure.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves information about the structure element corresponding to
structureId . |
StructureInfo |
StructureStub.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,StructureInfo> |
PackageInfo.getStructures()
Metamodel information of all the structure elements contained in the package
element.
|
java.util.Map<java.lang.String,StructureInfo> |
ServiceInfo.getStructures()
Metamodel information of all the structure elements contained in the service
element.
|
Modifier and Type | Method and Description |
---|---|
void |
Structure.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.AsyncCallback<StructureInfo> asyncCallback)
Retrieves information about the structure element corresponding to
structureId . |
void |
StructureStub.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.AsyncCallback<StructureInfo> asyncCallback) |
void |
Structure.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.AsyncCallback<StructureInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves information about the structure element corresponding to
structureId . |
void |
StructureStub.get(java.lang.String structureId,
com.vmware.vapi.bindings.client.AsyncCallback<StructureInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
PackageInfo.setStructures(java.util.Map<java.lang.String,StructureInfo> structures)
Metamodel information of all the structure elements contained in the package
element.
|
void |
ServiceInfo.setStructures(java.util.Map<java.lang.String,StructureInfo> structures)
Metamodel information of all the structure elements contained in the service
element.
|
Constructor and Description |
---|
Builder(java.lang.String name,
java.util.Map<java.lang.String,OperationInfo> operations,
java.util.Map<java.lang.String,StructureInfo> structures,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ConstantInfo> constants,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
ServiceInfo . |
Builder(java.lang.String name,
java.util.Map<java.lang.String,StructureInfo> structures,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ServiceInfo> services,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
PackageInfo . |