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 LocalizationParam |
LocalizationParam._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 LocalizationParam |
LocalizationParam._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LocalizationParam |
LocalizationParam.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,LocalizationParam> |
LocalizableMessage.getParams()
Named arguments to be substituted into the message template.
|
java.util.Map<java.lang.String,LocalizationParam> |
NestedLocalizableMessage.getParams()
Named Arguments to be substituted into the message template.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizableMessage.setParams(java.util.Map<java.lang.String,LocalizationParam> params)
Named arguments to be substituted into the message template.
|
LocalizableMessage.Builder |
LocalizableMessage.Builder.setParams(java.util.Map<java.lang.String,LocalizationParam> params)
Named arguments to be substituted into the message template.
|
void |
NestedLocalizableMessage.setParams(java.util.Map<java.lang.String,LocalizationParam> params)
Named Arguments to be substituted into the message template.
|
NestedLocalizableMessage.Builder |
NestedLocalizableMessage.Builder.setParams(java.util.Map<java.lang.String,LocalizationParam> params)
Named Arguments to be substituted into the message template.
|