Package | Description |
---|---|
de.citunius.bbp.objects |
This package contains some Business Bot Platform objects.
|
Modifier and Type | Method and Description |
---|---|
MobileApp |
MobileDevice.getPrimaryMobileApp() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MobileApp> |
MobileDevice.getMobileApps() |
Modifier and Type | Method and Description |
---|---|
void |
MobileDevice.setPrimaryMobileApp(MobileApp primaryMobileApp) |
Modifier and Type | Method and Description |
---|---|
void |
MobileDevice.setMobileDevices(java.util.List<MobileApp> mobilApps) |
Constructor and Description |
---|
MobileDevice(java.lang.String tenantId,
java.lang.String accountId,
int id,
boolean isPrimaryDevice,
java.lang.String phoneNumber1,
java.lang.String phoneNumber2,
MobileUserAccount mobileUserAccount,
java.util.List<MobileApp> mobilApps,
MobileApp primaryMobileApp) |
Constructor and Description |
---|
MobileDevice(java.lang.String tenantId,
java.lang.String accountId,
int id,
boolean isPrimaryDevice,
java.lang.String phoneNumber1,
java.lang.String phoneNumber2,
MobileUserAccount mobileUserAccount,
java.util.List<MobileApp> mobilApps,
MobileApp primaryMobileApp) |
Copyright © 2019 Citunius GmbH. All Rights Reserved.