All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.registration.dto.SelectionListDTO Maven / Gradle / Ivy

package io.mosip.registration.dto;

import lombok.Data;

/**
 * The DTO Class SelectionListDTO will contain all the updatable fields for update UIN.
 * 
 * @author Mahesh Kumar
 */
@Data
public class SelectionListDTO {

	private String uinId;
	private boolean name;
	private boolean age;
	private boolean gender;
	private boolean address;
	private boolean phone;
	private boolean email;
	private boolean biometrics;
	private boolean parentOrGuardianDetails;
	private boolean foreigner;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy