public class Profile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Profile.Builder |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Profile() |
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Profile.Builder builderProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic UserAccountInformationCollectionRequest getAccount()
public ItemAddressCollectionRequest getAddresses()
public PersonAnniversaryCollectionRequest getAnniversaries()
public EducationalActivityCollectionRequest getEducationalActivities()
public ItemEmailCollectionRequest getEmails()
public PersonInterestCollectionRequest getInterests()
public LanguageProficiencyCollectionRequest getLanguages()
public PersonNameCollectionRequest getNames()
public ItemPhoneCollectionRequest getPhones()
public WorkPositionCollectionRequest getPositions()
public ProjectParticipationCollectionRequest getProjects()
public PersonAnnotationCollectionRequest getNotes()
public SkillProficiencyCollectionRequest getSkills()
public WebAccountCollectionRequest getWebAccounts()
public PersonWebsiteCollectionRequest getWebsites()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Profile patch()
this with changed fields reset.public Profile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.