Add new device status ASSIGNED

kernel-4.4.x
Saad Sahibjan 3 years ago
parent eee60cec89
commit 68405ed229

@ -32,7 +32,7 @@ public class EnrolmentInfo implements Serializable {
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, CONFIGURED, READY_TO_CONNECT, RETURN_PENDING, RETURNED, DEFECTIVE, WARRANTY_PENDING, WARRANTY_SENT,
WARRANTY_REPLACED WARRANTY_REPLACED, ASSIGNED
} }
public enum OwnerShip { public enum OwnerShip {

Loading…
Cancel
Save