Uses of Class
odata.msgraph.client.beta.enums.SkillProficiencyLevel
-
Packages that use SkillProficiencyLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SkillProficiencyLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SkillProficiencyLevel Modifier and Type Field Description protected SkillProficiencyLevelSkillProficiency. proficiencyMethods in odata.msgraph.client.beta.entity that return types with arguments of type SkillProficiencyLevel Modifier and Type Method Description Optional<SkillProficiencyLevel>SkillProficiency. getProficiency()Methods in odata.msgraph.client.beta.entity with parameters of type SkillProficiencyLevel Modifier and Type Method Description SkillProficiency.BuilderSkillProficiency.Builder. proficiency(SkillProficiencyLevel proficiency)SkillProficiencySkillProficiency. withProficiency(SkillProficiencyLevel proficiency) -
Uses of SkillProficiencyLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SkillProficiencyLevel Modifier and Type Method Description static SkillProficiencyLevelSkillProficiencyLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SkillProficiencyLevel[]SkillProficiencyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-