Uses of Class
org.apache.olingo.odata2.annotation.processor.ref.model.Team
-
Packages that use Team Package Description org.apache.olingo.odata2.annotation.processor.ref.model -
-
Uses of Team in org.apache.olingo.odata2.annotation.processor.ref.model
Methods in org.apache.olingo.odata2.annotation.processor.ref.model that return Team Modifier and Type Method Description TeamTeam. getSubTeam()TeamEmployee. getTeam()Methods in org.apache.olingo.odata2.annotation.processor.ref.model with parameters of type Team Modifier and Type Method Description voidTeam. setSubTeam(Team subTeam)voidEmployee. setTeam(Team team)
-