Package odata.msgraph.client.beta.entity
Class Profile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Profile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Profile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfile.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProfile()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderProfile
public static Profile.Builder builderProfile()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withUnmappedField
public Profile withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAccount
public UserAccountInformationCollectionRequest getAccount()
-
getAddresses
public ItemAddressCollectionRequest getAddresses()
-
getAnniversaries
public PersonAnnualEventCollectionRequest getAnniversaries()
-
getAwards
public PersonAwardCollectionRequest getAwards()
-
getCertifications
public PersonCertificationCollectionRequest getCertifications()
-
getEducationalActivities
public EducationalActivityCollectionRequest getEducationalActivities()
-
getEmails
public ItemEmailCollectionRequest getEmails()
-
getInterests
public PersonInterestCollectionRequest getInterests()
-
getLanguages
public LanguageProficiencyCollectionRequest getLanguages()
-
getNames
public PersonNameCollectionRequest getNames()
-
getNotes
public PersonAnnotationCollectionRequest getNotes()
-
getPatents
public ItemPatentCollectionRequest getPatents()
-
getPhones
public ItemPhoneCollectionRequest getPhones()
-
getPositions
public WorkPositionCollectionRequest getPositions()
-
getProjects
public ProjectParticipationCollectionRequest getProjects()
-
getPublications
public ItemPublicationCollectionRequest getPublications()
-
getSkills
public SkillProficiencyCollectionRequest getSkills()
-
getWebAccounts
public WebAccountCollectionRequest getWebAccounts()
-
getWebsites
public PersonWebsiteCollectionRequest getWebsites()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Profile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Profile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-