public class LanguageProficiency extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
LanguageProficiency.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected LanguageProficiencyLevel |
proficiency |
protected LanguageProficiencyLevel |
reading |
protected LanguageProficiencyLevel |
spoken |
protected String |
tag |
protected LanguageProficiencyLevel |
written |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
LanguageProficiency() |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected String displayName
protected String tag
protected LanguageProficiencyLevel proficiency
protected LanguageProficiencyLevel spoken
protected LanguageProficiencyLevel written
protected LanguageProficiencyLevel reading
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static LanguageProficiency.Builder builderLanguageProficiency()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ItemFacetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ItemFacetpublic LanguageProficiency withDisplayName(String displayName)
public LanguageProficiency withTag(String tag)
public Optional<LanguageProficiencyLevel> getProficiency()
public LanguageProficiency withProficiency(LanguageProficiencyLevel proficiency)
public Optional<LanguageProficiencyLevel> getSpoken()
public LanguageProficiency withSpoken(LanguageProficiencyLevel spoken)
public Optional<LanguageProficiencyLevel> getWritten()
public LanguageProficiency withWritten(LanguageProficiencyLevel written)
public Optional<LanguageProficiencyLevel> getReading()
public LanguageProficiency withReading(LanguageProficiencyLevel reading)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic LanguageProficiency patch()
this with changed fields reset.public LanguageProficiency put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.