getDataAdapter method
Inquiry method that can be used to read the name of the Data Adapter specified for this MpnSubscription through setDataAdapter.
Lifecycle This method can be called at any time.
Returns the name of the Data Adapter; returns null if no name has been configured, so that the "DEFAULT" Adapter Set is used.
Implementation
String? getDataAdapter() {
return _dataAdapter;
}