Uses of Class
com.beaglesecurity.entities.ProjectWithApplication
-
Packages that use ProjectWithApplication Package Description com.beaglesecurity.api.results com.beaglesecurity.client com.beaglesecurity.entities -
-
Uses of ProjectWithApplication in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return types with arguments of type ProjectWithApplication Modifier and Type Method Description List<ProjectWithApplication>ProjectWithTeamResult. getMyProjects()List<ProjectWithApplication>ProjectsWithApplicationResult. getProjects()Method parameters in com.beaglesecurity.api.results with type arguments of type ProjectWithApplication Modifier and Type Method Description voidProjectWithTeamResult. setMyProjects(List<ProjectWithApplication> myProjects)voidProjectsWithApplicationResult. setProjects(List<ProjectWithApplication> projects) -
Uses of ProjectWithApplication in com.beaglesecurity.client
Methods in com.beaglesecurity.client that return types with arguments of type ProjectWithApplication Modifier and Type Method Description List<ProjectWithApplication>BeagleSecurityClient. getAllProjects()Returns all the projects and applications for a particular userList<ProjectWithApplication>BeagleSecurityClientImpl. getAllProjects() -
Uses of ProjectWithApplication in com.beaglesecurity.entities
Methods in com.beaglesecurity.entities that return types with arguments of type ProjectWithApplication Modifier and Type Method Description List<ProjectWithApplication>ProjectWithTeam. getMyProjects()List<ProjectWithApplication>TeamProject. getProjects()Method parameters in com.beaglesecurity.entities with type arguments of type ProjectWithApplication Modifier and Type Method Description voidProjectWithTeam. setMyProjects(List<ProjectWithApplication> myProjects)voidTeamProject. setProjects(List<ProjectWithApplication> projects)
-