mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add new Enrollment statuses for IoT devices
This commit is contained in:
parent
2cb0936c66
commit
5d34b0671e
@ -30,7 +30,9 @@ public class EnrolmentInfo implements Serializable {
|
||||
private static final long serialVersionUID = 1998101712L;
|
||||
|
||||
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user