Add FULLY_MANAGED and DEDICATED_DEVICE ownership types

revert-70ac1926
tcdlpds@gmail.com 4 years ago
parent 51fface401
commit 104bca0fb5

@ -36,7 +36,7 @@ public class EnrolmentInfo implements Serializable {
} }
public enum OwnerShip { public enum OwnerShip {
BYOD, COPE, WORK_PROFILE, GOOGLE_ENTERPRISE, COSU BYOD, COPE, WORK_PROFILE, GOOGLE_ENTERPRISE, COSU, FULLY_MANAGED, DEDICATED_DEVICE
} }
@ApiModelProperty(name = "id", value = "ID of the device in the WSO2 EMM device information database.", @ApiModelProperty(name = "id", value = "ID of the device in the WSO2 EMM device information database.",

Loading…
Cancel
Save