Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphContact
Packages that use MicrosoftGraphContact
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphContact in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphContactModifier and TypeMethodDescriptionMicrosoftGraphContact.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: contact.MicrosoftGraphContact.withAssistantName(String assistantName) Set the assistantName property: The name of the contact's assistant.MicrosoftGraphContact.withBirthday(OffsetDateTime birthday) Set the birthday property: The contact's birthday.MicrosoftGraphContact.withBusinessAddress(MicrosoftGraphPhysicalAddress businessAddress) Set the businessAddress property: physicalAddress.MicrosoftGraphContact.withBusinessHomePage(String businessHomePage) Set the businessHomePage property: The business home page of the contact.MicrosoftGraphContact.withBusinessPhones(List<String> businessPhones) Set the businessPhones property: The contact's business phone numbers.MicrosoftGraphContact.withCategories(List<String> categories) Set the categories property: The categories associated with the item.MicrosoftGraphContact.withChangeKey(String changeKey) Set the changeKey property: Identifies the version of the item.MicrosoftGraphContact.withChildren(List<String> children) Set the children property: The names of the contact's children.MicrosoftGraphContact.withCompanyName(String companyName) Set the companyName property: The name of the contact's company.MicrosoftGraphContact.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphContact.withDepartment(String department) Set the department property: The contact's department.MicrosoftGraphContact.withDisplayName(String displayName) Set the displayName property: The contact's display name.MicrosoftGraphContact.withEmailAddresses(List<MicrosoftGraphEmailAddress> emailAddresses) Set the emailAddresses property: The contact's email addresses.MicrosoftGraphContact.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the contact.MicrosoftGraphContact.withFileAs(String fileAs) Set the fileAs property: The name the contact is filed under.MicrosoftGraphContact.withGeneration(String generation) Set the generation property: The contact's generation.MicrosoftGraphContact.withGivenName(String givenName) Set the givenName property: The contact's given name.MicrosoftGraphContact.withHomeAddress(MicrosoftGraphPhysicalAddress homeAddress) Set the homeAddress property: physicalAddress.MicrosoftGraphContact.withHomePhones(List<String> homePhones) Set the homePhones property: The contact's home phone numbers.Set the id property: Read-only.MicrosoftGraphContact.withImAddresses(List<String> imAddresses) Set the imAddresses property: The contact's instant messaging (IM) addresses.MicrosoftGraphContact.withInitials(String initials) Set the initials property: The contact's initials.MicrosoftGraphContact.withJobTitle(String jobTitle) Set the jobTitle property: The contact’s job title.MicrosoftGraphContact.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphContact.withManager(String manager) Set the manager property: The name of the contact's manager.MicrosoftGraphContact.withMiddleName(String middleName) Set the middleName property: The contact's middle name.MicrosoftGraphContact.withMobilePhone(String mobilePhone) Set the mobilePhone property: The contact's mobile phone number.MicrosoftGraphContact.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contact.MicrosoftGraphContact.withNickName(String nickName) Set the nickName property: The contact's nickname.MicrosoftGraphContact.withOfficeLocation(String officeLocation) Set the officeLocation property: The location of the contact's office.MicrosoftGraphContact.withOtherAddress(MicrosoftGraphPhysicalAddress otherAddress) Set the otherAddress property: physicalAddress.MicrosoftGraphContact.withParentFolderId(String parentFolderId) Set the parentFolderId property: The ID of the contact's parent folder.MicrosoftGraphContact.withPersonalNotes(String personalNotes) Set the personalNotes property: The user's notes about the contact.MicrosoftGraphContact.withPhoto(MicrosoftGraphProfilePhoto photo) Set the photo property: profilePhoto.MicrosoftGraphContact.withProfession(String profession) Set the profession property: The contact's profession.MicrosoftGraphContact.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the contact.MicrosoftGraphContact.withSpouseName(String spouseName) Set the spouseName property: The name of the contact's spouse/partner.MicrosoftGraphContact.withSurname(String surname) Set the surname property: The contact's surname.Set the title property: The contact's title.MicrosoftGraphContact.withYomiCompanyName(String yomiCompanyName) Set the yomiCompanyName property: The phonetic Japanese company name of the contact.MicrosoftGraphContact.withYomiGivenName(String yomiGivenName) Set the yomiGivenName property: The phonetic Japanese given name (first name) of the contact.MicrosoftGraphContact.withYomiSurname(String yomiSurname) Set the yomiSurname property: The phonetic Japanese surname (last name) of the contact.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphContactModifier and TypeMethodDescriptionMicrosoftGraphContactFolder.contacts()Get the contacts property: The contacts in the folder.MicrosoftGraphUserInner.contacts()Get the contacts property: The user's contacts.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphContactModifier and TypeMethodDescriptionMicrosoftGraphContactFolder.withContacts(List<MicrosoftGraphContact> contacts) Set the contacts property: The contacts in the folder.MicrosoftGraphUserInner.withContacts(List<MicrosoftGraphContact> contacts) Set the contacts property: The user's contacts.