| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
LanguageProficiency |
LanguageProficiency.Builder.build() |
LanguageProficiency |
LanguageProficiency.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
LanguageProficiency |
LanguageProficiency.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
LanguageProficiency |
LanguageProficiency.withDisplayName(String displayName) |
LanguageProficiency |
LanguageProficiency.withProficiency(LanguageProficiencyLevel proficiency) |
LanguageProficiency |
LanguageProficiency.withReading(LanguageProficiencyLevel reading) |
LanguageProficiency |
LanguageProficiency.withSpoken(LanguageProficiencyLevel spoken) |
LanguageProficiency |
LanguageProficiency.withTag(String tag) |
LanguageProficiency |
LanguageProficiency.withWritten(LanguageProficiencyLevel written) |
Copyright © 2018–2020. All rights reserved.