ServiceUpdateReasonAppServiceRecordAppServiceCapabilityAppServiceCapabilityServiceUpdateReasonGet the UpdateReason
Kind: Instance method of AppServiceCapability
Returns: ServiceUpdateReason - the KEY_UPDATE_REASON value
AppServiceRecordGet the UpdatedAppServiceRecord
Kind: Instance method of AppServiceCapability
Returns: AppServiceRecord - the KEY_UPDATED_APP_SERVICE_RECORD value
AppServiceCapabilitySet the UpdateReason
Kind: Instance method of AppServiceCapability
Returns: AppServiceCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| reason | ServiceUpdateReason |
Only included in OnSystemCapabilityUpdated. Update reason for service record. - The desired UpdateReason. |
AppServiceCapabilitySet the UpdatedAppServiceRecord
Kind: Instance method of AppServiceCapability
Returns: AppServiceCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| record | AppServiceRecord |
Service record for a specific app service provider - The desired UpdatedAppServiceRecord. |