你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphOrgContactInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDirectoryObjectInner - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOrgContactInner
- com.
- com.
- com.
public final class MicrosoftGraphOrgContactInner
extends MicrosoftGraphDirectoryObjectInner
orgContact Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOrgContactInner() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
addresses()
Get the addresses property: The addresses property. |
String |
companyName()
Get the company |
String |
department()
Get the department property: The department property. |
List<Microsoft |
directReports()
Get the direct |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
givenName()
Get the given |
String |
jobTitle()
Get the job |
String |
mail()
Get the mail property: The mail property. |
String |
mailNickname()
Get the mail |
Microsoft |
manager()
Get the manager property: Represents an Azure Active Directory object. |
List<Microsoft |
memberOf()
Get the member |
Offset |
onPremisesLastSyncDateTime()
Get the on |
List<Microsoft |
onPremisesProvisioningErrors()
Get the on |
Boolean |
onPremisesSyncEnabled()
Get the on |
List<Microsoft |
phones()
Get the phones property: The phones property. |
List<String> |
proxyAddresses()
Get the proxy |
String |
surname()
Get the surname property: The surname property. |
Json |
toJson(JsonWriter jsonWriter) |
List<Microsoft |
transitiveMemberOf()
Get the transitive |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses)
Set the addresses property: The addresses property. |
Microsoft |
withCompanyName(String companyName)
Set the company |
Microsoft |
withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deleted |
Microsoft |
withDepartment(String department)
Set the department property: The department property. |
Microsoft |
withDirectReports(List<MicrosoftGraphDirectoryObjectInner> directReports)
Set the direct |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withGivenName(String givenName)
Set the given |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withJobTitle(String jobTitle)
Set the job |
Microsoft |
withMail(String mail)
Set the mail property: The mail property. |
Microsoft |
withMailNickname(String mailNickname)
Set the mail |
Microsoft |
withManager(MicrosoftGraphDirectoryObjectInner manager)
Set the manager property: Represents an Azure Active Directory object. |
Microsoft |
withMemberOf(List<MicrosoftGraphDirectoryObjectInner> memberOf)
Set the member |
Microsoft |
withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)
Set the on |
Microsoft |
withOnPremisesProvisioningErrors(List<MicrosoftGraphOnPremisesProvisioningError> onPremisesProvisioningErrors)
Set the on |
Microsoft |
withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)
Set the on |
Microsoft |
withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: The phones property. |
Microsoft |
withProxyAddresses(List<String> proxyAddresses)
Set the proxy |
Microsoft |
withSurname(String surname)
Set the surname property: The surname property. |
Microsoft |
withTransitiveMemberOf(List<MicrosoftGraphDirectoryObjectInner> transitiveMemberOf)
Set the transitive |
Methods inherited from MicrosoftGraphDirectoryObjectInner
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOrgContactInner
public MicrosoftGraphOrgContactInner()
Creates an instance of MicrosoftGraphOrgContactInner class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphOrgContactInner.additionalProperties()Returns:
addresses
public List
Get the addresses property: The addresses property.
Returns:
companyName
public String companyName()
Get the companyName property: The companyName property.
Returns:
department
public String department()
Get the department property: The department property.
Returns:
directReports
public List
Get the directReports property: The directReports property.
Returns:
displayName
public String displayName()
Get the displayName property: The displayName property.
Returns:
fromJson
public static MicrosoftGraphOrgContactInner fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOrgContactInner from the JsonReader.
Parameters:
Returns:
Throws:
givenName
public String givenName()
Get the givenName property: The givenName property.
Returns:
jobTitle
public String jobTitle()
Get the jobTitle property: The jobTitle property.
Returns:
public String mail()
Get the mail property: The mail property.
Returns:
mailNickname
public String mailNickname()
Get the mailNickname property: The mailNickname property.
Returns:
manager
public MicrosoftGraphDirectoryObjectInner manager()
Get the manager property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Returns:
memberOf
public List
Get the memberOf property: The memberOf property.
Returns:
onPremisesLastSyncDateTime
public OffsetDateTime onPremisesLastSyncDateTime()
Get the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.
Returns:
onPremisesProvisioningErrors
public List
Get the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.
Returns:
onPremisesSyncEnabled
public Boolean onPremisesSyncEnabled()
Get the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.
Returns:
phones
public List
Get the phones property: The phones property.
Returns:
proxyAddresses
public List
Get the proxyAddresses property: The proxyAddresses property.
Returns:
surname
public String surname()
Get the surname property: The surname property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOrgContactInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
transitiveMemberOf
public List
Get the transitiveMemberOf property: The transitiveMemberOf property.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOrgContactInner.validate()withAdditionalProperties
public MicrosoftGraphOrgContactInner withAdditionalProperties(Map
Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphOrgContactInner.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAddresses
public MicrosoftGraphOrgContactInner withAddresses(List
Set the addresses property: The addresses property.
Parameters:
Returns:
withCompanyName
public MicrosoftGraphOrgContactInner withCompanyName(String companyName)
Set the companyName property: The companyName property.
Parameters:
Returns:
withDeletedDateTime
public MicrosoftGraphOrgContactInner withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.
Overrides:
MicrosoftGraphOrgContactInner.withDeletedDateTime(OffsetDateTime deletedDateTime)Parameters:
withDepartment
public MicrosoftGraphOrgContactInner withDepartment(String department)
Set the department property: The department property.
Parameters:
Returns:
withDirectReports
public MicrosoftGraphOrgContactInner withDirectReports(List
Set the directReports property: The directReports property.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphOrgContactInner withDisplayName(String displayName)
Set the displayName property: The displayName property.
Parameters:
Returns:
withGivenName
public MicrosoftGraphOrgContactInner withGivenName(String givenName)
Set the givenName property: The givenName property.
Parameters:
Returns:
withId
public MicrosoftGraphOrgContactInner withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOrgContactInner.withId(String id)Parameters:
withJobTitle
public MicrosoftGraphOrgContactInner withJobTitle(String jobTitle)
Set the jobTitle property: The jobTitle property.
Parameters:
Returns:
withMail
public MicrosoftGraphOrgContactInner withMail(String mail)
Set the mail property: The mail property.
Parameters:
Returns:
withMailNickname
public MicrosoftGraphOrgContactInner withMailNickname(String mailNickname)
Set the mailNickname property: The mailNickname property.
Parameters:
Returns:
withManager
public MicrosoftGraphOrgContactInner withManager(MicrosoftGraphDirectoryObjectInner manager)
Set the manager property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Parameters:
Returns:
withMemberOf
public MicrosoftGraphOrgContactInner withMemberOf(List
Set the memberOf property: The memberOf property.
Parameters:
Returns:
withOnPremisesLastSyncDateTime
public MicrosoftGraphOrgContactInner withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)
Set the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.
Parameters:
Returns:
withOnPremisesProvisioningErrors
public MicrosoftGraphOrgContactInner withOnPremisesProvisioningErrors(List
Set the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.
Parameters:
Returns:
withOnPremisesSyncEnabled
public MicrosoftGraphOrgContactInner withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)
Set the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.
Parameters:
Returns:
withPhones
public MicrosoftGraphOrgContactInner withPhones(List
Set the phones property: The phones property.
Parameters:
Returns:
withProxyAddresses
public MicrosoftGraphOrgContactInner withProxyAddresses(List
Set the proxyAddresses property: The proxyAddresses property.
Parameters:
Returns:
withSurname
public MicrosoftGraphOrgContactInner withSurname(String surname)
Set the surname property: The surname property.
Parameters:
Returns:
withTransitiveMemberOf
public MicrosoftGraphOrgContactInner withTransitiveMemberOf(List
Set the transitiveMemberOf property: The transitiveMemberOf property.
Parameters:
Returns: