MediaServiceDataNavigationServiceDataStringStringWeatherServiceDataAppServiceDataAppServiceDataAppServiceDataAppServiceDataAppServiceDataMediaServiceDataGet the MediaServiceData
Kind: Instance method of AppServiceData
Returns: MediaServiceData - the KEY_MEDIA_SERVICE_DATA value
NavigationServiceDataGet the NavigationServiceData
Kind: Instance method of AppServiceData
Returns: NavigationServiceData - the KEY_NAVIGATION_SERVICE_DATA value
StringGet the ServiceID
Kind: Instance method of AppServiceData
Returns: String - the KEY_SERVICE_ID value
StringGet the ServiceType
Kind: Instance method of AppServiceData
Returns: String - the KEY_SERVICE_TYPE value
WeatherServiceDataGet the WeatherServiceData
Kind: Instance method of AppServiceData
Returns: WeatherServiceData - the KEY_WEATHER_SERVICE_DATA value
AppServiceDataSet the MediaServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| data | MediaServiceData |
This data is related to what a media service should provide - The desired MediaServiceData. |
AppServiceDataSet the NavigationServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| data | NavigationServiceData |
This data is related to what a navigation service would provide. - The desired NavigationServiceData. |
AppServiceDataSet the ServiceID
Kind: Instance method of AppServiceData
Returns: AppServiceData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | String |
The desired ServiceID. {'string_min_length': 1} |
AppServiceDataSet the ServiceType
Kind: Instance method of AppServiceData
Returns: AppServiceData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | String |
The type of service that is to be offered by this app. See AppServiceType for known enum equivalent types. Parameter is a string to allow for new service types to be used by apps on older versions of SDL Core. - The desired ServiceType. {'string_min_length': 1} |
AppServiceDataSet the WeatherServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| data | WeatherServiceData |
This data is related to what a weather service would provide - The desired WeatherServiceData. |