|
|
|
@ -22,7 +22,6 @@ import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry;
|
|
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotNull;
|
|
|
|
|
import javax.validation.constraints.Size;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
|
@ -49,7 +48,6 @@ public class AndroidPlatformConfiguration implements Serializable {
|
|
|
|
|
value = "type of device",
|
|
|
|
|
required = true
|
|
|
|
|
)
|
|
|
|
|
@NotNull
|
|
|
|
|
@Size(min = 2, max = 10)
|
|
|
|
|
private String type;
|
|
|
|
|
@ApiModelProperty(
|
|
|
|
|