Class MosipUserListDto
- java.lang.Object
-
- io.mosip.kernel.core.authmanager.model.MosipUserListDto
-
public class MosipUserListDto extends Object
- Since:
- 1.0.0
- Author:
- Sabbu Uday Kumar
-
-
Constructor Summary
Constructors Constructor Description MosipUserListDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MosipUserDto>getMosipUserDtoList()voidsetMosipUserDtoList(List<MosipUserDto> mosipUserDtoList)
-
-
-
Method Detail
-
getMosipUserDtoList
public List<MosipUserDto> getMosipUserDtoList()
-
setMosipUserDtoList
public void setMosipUserDtoList(List<MosipUserDto> mosipUserDtoList)
-
-