Class MicrosoftGraphOrgContactInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOrgContactInner
orgContact
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOrgContactInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Represents an Azure Active Directory object.Get the addresses property: The addresses property.Get the companyName property: The companyName property.Get the department property: The department property.Get the directReports property: The directReports property.Get the displayName property: The displayName property.Get the givenName property: The givenName property.jobTitle()Get the jobTitle property: The jobTitle property.mail()Get the mail property: The mail property.Get the mailNickname property: The mailNickname property.manager()Get the manager property: directoryObjectmemberOf()Get the memberOf property: The memberOf property.Get the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.Get the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.Get the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.phones()Get the phones property: The phones property.Get the proxyAddresses property: The proxyAddresses property.surname()Get the surname property: The surname property.Get the transitiveMemberOf property: The transitiveMemberOf property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses) Set the addresses property: The addresses property.withCompanyName(String companyName) Set the companyName property: The companyName property.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.withDepartment(String department) Set the department property: The department property.withDirectReports(List<MicrosoftGraphDirectoryObjectInner> directReports) Set the directReports property: The directReports property.withDisplayName(String displayName) Set the displayName property: The displayName property.withGivenName(String givenName) Set the givenName property: The givenName property.Set the id property: Read-only.withJobTitle(String jobTitle) Set the jobTitle property: The jobTitle property.Set the mail property: The mail property.withMailNickname(String mailNickname) Set the mailNickname property: The mailNickname property.Set the manager property: directoryObjectwithMemberOf(List<MicrosoftGraphDirectoryObjectInner> memberOf) Set the memberOf property: The memberOf property.withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) Set the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.withOnPremisesProvisioningErrors(List<MicrosoftGraphOnPremisesProvisioningError> onPremisesProvisioningErrors) Set the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) Set the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: The phones property.withProxyAddresses(List<String> proxyAddresses) Set the proxyAddresses property: The proxyAddresses property.withSurname(String surname) Set the surname property: The surname property.withTransitiveMemberOf(List<MicrosoftGraphDirectoryObjectInner> transitiveMemberOf) Set the transitiveMemberOf property: The transitiveMemberOf property.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
deletedDateTimeMethods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOrgContactInner
public MicrosoftGraphOrgContactInner()Creates an instance of MicrosoftGraphOrgContactInner class.
-
-
Method Details
-
addresses
Get the addresses property: The addresses property.- Returns:
- the addresses value.
-
withAddresses
public MicrosoftGraphOrgContactInner withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses) Set the addresses property: The addresses property.- Parameters:
addresses- the addresses value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
companyName
Get the companyName property: The companyName property.- Returns:
- the companyName value.
-
withCompanyName
Set the companyName property: The companyName property.- Parameters:
companyName- the companyName value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
department
Get the department property: The department property.- Returns:
- the department value.
-
withDepartment
Set the department property: The department property.- Parameters:
department- the department value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
displayName
Get the displayName property: The displayName property.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The displayName property.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
givenName
Get the givenName property: The givenName property.- Returns:
- the givenName value.
-
withGivenName
Set the givenName property: The givenName property.- Parameters:
givenName- the givenName value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
jobTitle
Get the jobTitle property: The jobTitle property.- Returns:
- the jobTitle value.
-
withJobTitle
Set the jobTitle property: The jobTitle property.- Parameters:
jobTitle- the jobTitle value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
mail
Get the mail property: The mail property.- Returns:
- the mail value.
-
withMail
Set the mail property: The mail property.- Parameters:
mail- the mail value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
mailNickname
Get the mailNickname property: The mailNickname property.- Returns:
- the mailNickname value.
-
withMailNickname
Set the mailNickname property: The mailNickname property.- Parameters:
mailNickname- the mailNickname value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
onPremisesLastSyncDateTime
Get the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.- Returns:
- the onPremisesLastSyncDateTime value.
-
withOnPremisesLastSyncDateTime
public MicrosoftGraphOrgContactInner withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) Set the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.- Parameters:
onPremisesLastSyncDateTime- the onPremisesLastSyncDateTime value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
onPremisesProvisioningErrors
Get the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.- Returns:
- the onPremisesProvisioningErrors value.
-
withOnPremisesProvisioningErrors
public MicrosoftGraphOrgContactInner withOnPremisesProvisioningErrors(List<MicrosoftGraphOnPremisesProvisioningError> onPremisesProvisioningErrors) Set the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.- Parameters:
onPremisesProvisioningErrors- the onPremisesProvisioningErrors value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
onPremisesSyncEnabled
Get the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.- Returns:
- the onPremisesSyncEnabled value.
-
withOnPremisesSyncEnabled
Set the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.- Parameters:
onPremisesSyncEnabled- the onPremisesSyncEnabled value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
phones
Get the phones property: The phones property.- Returns:
- the phones value.
-
withPhones
Set the phones property: The phones property.- Parameters:
phones- the phones value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
proxyAddresses
Get the proxyAddresses property: The proxyAddresses property.- Returns:
- the proxyAddresses value.
-
withProxyAddresses
Set the proxyAddresses property: The proxyAddresses property.- Parameters:
proxyAddresses- the proxyAddresses value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
surname
Get the surname property: The surname property.- Returns:
- the surname value.
-
withSurname
Set the surname property: The surname property.- Parameters:
surname- the surname value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
directReports
Get the directReports property: The directReports property.- Returns:
- the directReports value.
-
withDirectReports
public MicrosoftGraphOrgContactInner withDirectReports(List<MicrosoftGraphDirectoryObjectInner> directReports) Set the directReports property: The directReports property.- Parameters:
directReports- the directReports value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
manager
Get the manager property: directoryObjectRepresents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
- Returns:
- the manager value.
-
withManager
Set the manager property: directoryObjectRepresents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
- Parameters:
manager- the manager value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
memberOf
Get the memberOf property: The memberOf property.- Returns:
- the memberOf value.
-
withMemberOf
public MicrosoftGraphOrgContactInner withMemberOf(List<MicrosoftGraphDirectoryObjectInner> memberOf) Set the memberOf property: The memberOf property.- Parameters:
memberOf- the memberOf value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
transitiveMemberOf
Get the transitiveMemberOf property: The transitiveMemberOf property.- Returns:
- the transitiveMemberOf value.
-
withTransitiveMemberOf
public MicrosoftGraphOrgContactInner withTransitiveMemberOf(List<MicrosoftGraphDirectoryObjectInner> transitiveMemberOf) Set the transitiveMemberOf property: The transitiveMemberOf property.- Parameters:
transitiveMemberOf- the transitiveMemberOf value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
additionalProperties
Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.- Overrides:
additionalPropertiesin classMicrosoftGraphDirectoryObjectInner- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOrgContactInner withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphDirectoryObjectInner- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOrgContactInner object itself.
-
withDeletedDateTime
Set the deletedDateTime property: The deletedDateTime property.- Overrides:
withDeletedDateTimein classMicrosoftGraphDirectoryObjectInner- Parameters:
deletedDateTime- the deletedDateTime value to set.- Returns:
- the MicrosoftGraphDirectoryObjectInner object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphDirectoryObjectInner- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphDirectoryObjectInner- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-