Merge branch 'master' into 'master'

Update Select bean

See merge request entgra/carbon-device-mgt!574
4.x.x
Dharmakeerthi Lasantha 4 years ago
commit f97e3d0ee7

@ -27,6 +27,7 @@ public class Select {
private String valueType;
private List<Option> options;
private String mode;
@XmlElement(name = "ValueType", required = true)
public String getValueType() {
@ -46,4 +47,13 @@ public class Select {
public void setOptions(List<Option> options) {
this.options = options;
}
@XmlElement(name = "Mode")
public String getMode() {
return mode;
}
public void setMode(String mode) {
this.mode = mode;
}
}

Loading…
Cancel
Save