Package | Description |
---|---|
de.citunius.bbp.objects |
This package contains some Business Bot Platform objects.
|
de.citunius.businesslogicapi.common |
This package contains all common functions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MobileAppSetting> |
MobileApp.getMobileAppSettings() |
Modifier and Type | Method and Description |
---|---|
void |
MobileApp.setMobileAppSettings(java.util.List<MobileAppSetting> mobileAppSettings) |
Constructor and Description |
---|
MobileApp(java.lang.String tenantId,
java.lang.String accountId,
int id,
boolean isPrimaryApp,
java.lang.String appName,
java.lang.String appProvider,
MobileDevice mobileDevice,
java.util.List<MobileAppSetting> mobileAppSettings) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Utilities.getMobileAppSettingValue(java.lang.String parameter,
java.util.List<MobileAppSetting> mobileAppSettings)
Get the parameter value of the MobileAppSetting
|
Copyright © 2019 Citunius GmbH. All Rights Reserved.