Uses of Class
odata.msgraph.client.enums.TeamSpecialization
-
Packages that use TeamSpecialization Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of TeamSpecialization in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TeamSpecialization Modifier and Type Field Description protected TeamSpecializationTeam. specializationMethods in odata.msgraph.client.entity that return types with arguments of type TeamSpecialization Modifier and Type Method Description Optional<TeamSpecialization>Team. getSpecialization()Methods in odata.msgraph.client.entity with parameters of type TeamSpecialization Modifier and Type Method Description Team.BuilderTeam.Builder. specialization(TeamSpecialization specialization)TeamTeam. withSpecialization(TeamSpecialization specialization) -
Uses of TeamSpecialization in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return TeamSpecialization Modifier and Type Method Description static TeamSpecializationTeamSpecialization. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamSpecialization[]TeamSpecialization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-