Merge branch 'support-4.1.15' into 'support-4.1.15'

Add new device status ASSIGNED

See merge request entgra-support/support-carbon-device-mgt!70
4.x.x
Charitha Goonetilleke 3 years ago
commit 4bb356cae1

@ -32,7 +32,7 @@ public class EnrolmentInfo implements Serializable {
public enum Status {
CREATED, ACTIVE, INACTIVE, UNREACHABLE, UNCLAIMED, SUSPENDED, BLOCKED, REMOVED, DISENROLLMENT_REQUESTED,
CONFIGURED, READY_TO_CONNECT, RETURN_PENDING, RETURNED, DEFECTIVE, WARRANTY_PENDING, WARRANTY_SENT,
WARRANTY_REPLACED
WARRANTY_REPLACED, ASSIGNED
}
public enum OwnerShip {

Loading…
Cancel
Save