StringStringArray.<TTSChunk>Array.<String>LifecycleConfigurationUpdateLifecycleConfigurationUpdateLifecycleConfigurationUpdateLifecycleConfigurationUpdateStores information about an SDL application's configuration
StringGet the app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: String - The app name.
StringGet the short app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: String - The short app name.
Array.<TTSChunk>Get the TTS names.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<TTSChunk> - An array of TTSChunk structs.
Array.<String>Get the VR Synonyms.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<String> - An array of strings representing VR Synonyms.
LifecycleConfigurationUpdateSet the app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| appName | String |
The app name. |
LifecycleConfigurationUpdateSet the short app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| shortAppName | String |
The short app name. |
LifecycleConfigurationUpdateSet the TTS Names.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| ttsName | Array.<TTSChunk> |
An array of TTSChunk structs. |
LifecycleConfigurationUpdateSet the VR Synonyms.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| vrSynonyms | Array.<String> |
An array of strings representing VR Synonyms. |