Uses of Class
odata.msgraph.client.beta.entity.SkillProficiency
-
Packages that use SkillProficiency Package Description odata.msgraph.client.beta.entity -
-
Uses of SkillProficiency in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SkillProficiency Modifier and Type Method Description SkillProficiencySkillProficiency.Builder. build()SkillProficiencySkillProficiency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SkillProficiencySkillProficiency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SkillProficiencySkillProficiency. withCategories(List<String> categories)SkillProficiencySkillProficiency. withCollaborationTags(List<String> collaborationTags)SkillProficiencySkillProficiency. withDisplayName(String displayName)SkillProficiencySkillProficiency. withProficiency(SkillProficiencyLevel proficiency)SkillProficiencySkillProficiency. withThumbnailUrl(String thumbnailUrl)SkillProficiencySkillProficiency. withUnmappedField(String name, String value)SkillProficiencySkillProficiency. withWebUrl(String webUrl)
-