Uses of Class
com.beaglesecurity.entities.TeamProject
-
Packages that use TeamProject Package Description com.beaglesecurity.api.results com.beaglesecurity.entities -
-
Uses of TeamProject in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return types with arguments of type TeamProject Modifier and Type Method Description List<TeamProject>ProjectWithTeamResult. getTeamProjects()Method parameters in com.beaglesecurity.api.results with type arguments of type TeamProject Modifier and Type Method Description voidProjectWithTeamResult. setTeamProjects(List<TeamProject> teamProjects) -
Uses of TeamProject in com.beaglesecurity.entities
Methods in com.beaglesecurity.entities that return types with arguments of type TeamProject Modifier and Type Method Description List<TeamProject>ProjectWithTeam. getTeamProjects()Method parameters in com.beaglesecurity.entities with type arguments of type TeamProject Modifier and Type Method Description voidProjectWithTeam. setTeamProjects(List<TeamProject> teamProjects)
-