mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' into 'master'
Add new Enrollment statuses for IoT devices See merge request entgra/carbon-device-mgt!685
This commit is contained in:
commit
7b82fbd8a5
@ -30,7 +30,9 @@ public class EnrolmentInfo implements Serializable {
|
|||||||
private static final long serialVersionUID = 1998101712L;
|
private static final long serialVersionUID = 1998101712L;
|
||||||
|
|
||||||
public enum Status {
|
public enum Status {
|
||||||
CREATED, ACTIVE, INACTIVE, UNREACHABLE, UNCLAIMED, SUSPENDED, BLOCKED, REMOVED, DISENROLLMENT_REQUESTED
|
CREATED, ACTIVE, INACTIVE, UNREACHABLE, UNCLAIMED, SUSPENDED, BLOCKED, REMOVED, DISENROLLMENT_REQUESTED,
|
||||||
|
CONFIGURED, READY_TO_CONNECT, RETURN_PENDING, RETURNED, DEFECTIVE, WARRANTY_PENDING, WARRANTY_SENT,
|
||||||
|
WARRANTY_REPLACED
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum OwnerShip {
|
public enum OwnerShip {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user