Uses of Class
com.skava.account.model.Team
Packages that use Team
-
Uses of Team in com.skava.account.mapper
Methods in com.skava.account.mapper that return TeamModifier and TypeMethodDescriptionAccountModelMapper.teamsDTOToTeam
(TeamsDTO teamsDTO) This method is used to transform the orchestration team data transfer model into team modelMethods in com.skava.account.mapper with parameters of type TeamModifier and TypeMethodDescriptionAccountModelMapper.teamToTeamsDTO
(Team team) This method is used to transform the team model into the orchestration team data transfer modelAccountModelMapper.teamToTeamsResponse
(Team team) This method is used to transform the team model into orchestration teams response model.Method parameters in com.skava.account.mapper with type arguments of type TeamModifier and TypeMethodDescriptionAccountModelMapper.teamToTeamsDTO
(List<Team> team) This method is used to transform the team list model into the orchestration teams data transfer list model