Uses of Class
odata.msgraph.client.beta.entity.LanguageProficiency
-
Packages that use LanguageProficiency Package Description odata.msgraph.client.beta.entity -
-
Uses of LanguageProficiency in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return LanguageProficiency Modifier and Type Method Description LanguageProficiencyLanguageProficiency.Builder. build()LanguageProficiencyLanguageProficiency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LanguageProficiencyLanguageProficiency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LanguageProficiencyLanguageProficiency. withDisplayName(String displayName)LanguageProficiencyLanguageProficiency. withProficiency(LanguageProficiencyLevel proficiency)LanguageProficiencyLanguageProficiency. withReading(LanguageProficiencyLevel reading)LanguageProficiencyLanguageProficiency. withSpoken(LanguageProficiencyLevel spoken)LanguageProficiencyLanguageProficiency. withTag(String tag)LanguageProficiencyLanguageProficiency. withThumbnailUrl(String thumbnailUrl)LanguageProficiencyLanguageProficiency. withUnmappedField(String name, String value)LanguageProficiencyLanguageProficiency. withWritten(LanguageProficiencyLevel written)
-