public class SkillProficiency extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SkillProficiency.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
categories |
protected String |
categoriesNextLink |
protected List<String> |
collaborationTags |
protected String |
collaborationTagsNextLink |
protected String |
displayName |
protected SkillProficiencyLevel |
proficiency |
protected String |
webUrl |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SkillProficiency() |
| Modifier and Type | Method and Description |
|---|---|
static SkillProficiency.Builder |
builderSkillProficiency()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getCategories() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCollaborationTags() |
Optional<String> |
getDisplayName() |
Optional<SkillProficiencyLevel> |
getProficiency() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
SkillProficiency |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SkillProficiency |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SkillProficiency |
withDisplayName(String displayName) |
SkillProficiency |
withProficiency(SkillProficiencyLevel proficiency) |
SkillProficiency |
withWebUrl(String webUrl) |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected String categoriesNextLink
protected String displayName
protected SkillProficiencyLevel proficiency
protected String webUrl
protected String collaborationTagsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static SkillProficiency.Builder builderSkillProficiency()
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 com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
public SkillProficiency withDisplayName(String displayName)
public Optional<SkillProficiencyLevel> getProficiency()
public SkillProficiency withProficiency(SkillProficiencyLevel proficiency)
public SkillProficiency withWebUrl(String webUrl)
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic SkillProficiency patch()
this with changed fields reset.public SkillProficiency put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.