Add new device status ASSIGNED

(cherry picked from commit 68405ed229)
kernel-4.6.x^2
Saad Sahibjan 3 years ago committed by Pahansith
parent eb05fb9a3f
commit 1434a27cde

@ -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