Initializes an instance of GetAppServiceDataResponse.
AppServiceData
Get the ServiceData
Kind: Instance method of GetAppServiceDataResponse
Returns: AppServiceData
- the KEY_SERVICE_DATA value
GetAppServiceDataResponse
Set the ServiceData
Kind: Instance method of GetAppServiceDataResponse
Returns: GetAppServiceDataResponse
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | AppServiceData |
Contains all the current data of the app service. The serviceType will link to which of the service data objects are included in this object (e.g. if the service type is MEDIA, the mediaServiceData param should be included). - The desired ServiceData. |