Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPerson
Packages that use MicrosoftGraphPerson
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPerson in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPersonModifier and TypeMethodDescriptionMicrosoftGraphPerson.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: person.MicrosoftGraphPerson.withBirthday(String birthday) Set the birthday property: The person's birthday.MicrosoftGraphPerson.withCompanyName(String companyName) Set the companyName property: The name of the person's company.MicrosoftGraphPerson.withDepartment(String department) Set the department property: The person's department.MicrosoftGraphPerson.withDisplayName(String displayName) Set the displayName property: The person's display name.MicrosoftGraphPerson.withGivenName(String givenName) Set the givenName property: The person's given name.Set the id property: Read-only.MicrosoftGraphPerson.withImAddress(String imAddress) Set the imAddress property: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user.MicrosoftGraphPerson.withIsFavorite(Boolean isFavorite) Set the isFavorite property: true if the user has flagged this person as a favorite.MicrosoftGraphPerson.withJobTitle(String jobTitle) Set the jobTitle property: The person's job title.MicrosoftGraphPerson.withOfficeLocation(String officeLocation) Set the officeLocation property: The location of the person's office.MicrosoftGraphPerson.withPersonNotes(String personNotes) Set the personNotes property: Free-form notes that the user has taken about this person.MicrosoftGraphPerson.withPersonType(MicrosoftGraphPersonType personType) Set the personType property: personType.MicrosoftGraphPerson.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: The person's phone numbers.MicrosoftGraphPerson.withPostalAddresses(List<MicrosoftGraphLocation> postalAddresses) Set the postalAddresses property: The person's addresses.MicrosoftGraphPerson.withProfession(String profession) Set the profession property: The person's profession.MicrosoftGraphPerson.withScoredEmailAddresses(List<MicrosoftGraphScoredEmailAddress> scoredEmailAddresses) Set the scoredEmailAddresses property: The person's email addresses.MicrosoftGraphPerson.withSurname(String surname) Set the surname property: The person's surname.MicrosoftGraphPerson.withUserPrincipalName(String userPrincipalName) Set the userPrincipalName property: The user principal name (UPN) of the person.MicrosoftGraphPerson.withWebsites(List<MicrosoftGraphWebsite> websites) Set the websites property: The person's websites.MicrosoftGraphPerson.withYomiCompany(String yomiCompany) Set the yomiCompany property: The phonetic Japanese name of the person's company.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPersonModifier and TypeMethodDescriptionMicrosoftGraphUserInner.people()Get the people property: People that are relevant to the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPersonModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withPeople(List<MicrosoftGraphPerson> people) Set the people property: People that are relevant to the user.