Uses of Class
com.skava.account.orchestration.model.TeamsDTO
Packages that use TeamsDTO
Package
Description
Account Map transformation are available here.
Account orchestration response model classes are available here.
-
Uses of TeamsDTO in com.skava.account.mapper
Methods in com.skava.account.mapper that return TeamsDTOModifier and TypeMethodDescriptionAccountModelMapper.teamToTeamsDTO(Team team) This method is used to transform the team model into the orchestration team data transfer modelMethods in com.skava.account.mapper that return types with arguments of type TeamsDTOModifier and TypeMethodDescriptionAccountModelMapper.teamToTeamsDTO(List<Team> team) This method is used to transform the team list model into the orchestration teams data transfer list modelMethods in com.skava.account.mapper with parameters of type TeamsDTOModifier and TypeMethodDescriptionAccountModelMapper.teamsDTOToTeam(TeamsDTO teamsDTO) This method is used to transform the orchestration team data transfer model into team model -
Uses of TeamsDTO in com.skava.account.orchestration.model.response
Subclasses of TeamsDTO in com.skava.account.orchestration.model.response