Uses of Class
ywebservicespackage.dto.UserWsDTO
-
Packages that use UserWsDTO Package Description ywebservicespackage.controllers ywebservicespackage.dto -
-
Uses of UserWsDTO in ywebservicespackage.controllers
Methods in ywebservicespackage.controllers that return UserWsDTO Modifier and Type Method Description UserWsDTOSampleController. getUsers(java.lang.String id, java.lang.String fields)Request handler for particular user. -
Uses of UserWsDTO in ywebservicespackage.dto
Methods in ywebservicespackage.dto that return types with arguments of type UserWsDTO Modifier and Type Method Description java.util.List<UserWsDTO>UsersListWsDTO. getUsers()Method parameters in ywebservicespackage.dto with type arguments of type UserWsDTO Modifier and Type Method Description voidUsersListWsDTO. setUsers(java.util.List<UserWsDTO> users)
-