| Package | Description |
|---|---|
| com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
| Modifier and Type | Method and Description |
|---|---|
static NestedLocalizableMessage |
NestedLocalizableMessage._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 NestedLocalizableMessage |
NestedLocalizableMessage._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
NestedLocalizableMessage |
NestedLocalizableMessage.Builder.build() |
NestedLocalizableMessage |
LocalizationParam.getL()
Nested localizable value associated with the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizationParam.setL(NestedLocalizableMessage l)
Nested localizable value associated with the parameter.
|
LocalizationParam.Builder |
LocalizationParam.Builder.setL(NestedLocalizableMessage l)
Nested localizable value associated with the parameter.
|