Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOrgContactInner
-
Packages that use MicrosoftGraphOrgContactInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOrgContactInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphOrgContactInner Modifier and Type Method Description MicrosoftGraphOrgContactInner
ContactsOrgContactsClient. createOrgContact(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.MicrosoftGraphOrgContactInner
ContactsOrgContactsClient. getOrgContact(String orgContactId)
Get entity from contacts by key.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphOrgContactInner Modifier and Type Method Description Mono<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. createOrgContactAsync(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. createOrgContactWithResponse(MicrosoftGraphOrgContactInner body, com.azure.core.util.Context context)
Add new entity to contacts.Mono<com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>>
ContactsOrgContactsClient. createOrgContactWithResponseAsync(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.List<MicrosoftGraphOrgContactInner>
ContactsClient. delta()
Invoke function delta.Mono<List<MicrosoftGraphOrgContactInner>>
ContactsClient. deltaAsync()
Invoke function delta.com.azure.core.http.rest.Response<List<MicrosoftGraphOrgContactInner>>
ContactsClient. deltaWithResponse(com.azure.core.util.Context context)
Invoke function delta.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphOrgContactInner>>>
ContactsClient. deltaWithResponseAsync()
Invoke function delta.Mono<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. getOrgContactAsync(String orgContactId)
Get entity from contacts by key.Mono<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. getOrgContactAsync(String orgContactId, String consistencyLevel, List<Get2ItemsItem> select, List<Get3ItemsItem> expand)
Get entity from contacts by key.com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. getOrgContactWithResponse(String orgContactId, String consistencyLevel, List<Get2ItemsItem> select, List<Get3ItemsItem> expand, com.azure.core.util.Context context)
Get entity from contacts by key.Mono<com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>>
ContactsOrgContactsClient. getOrgContactWithResponseAsync(String orgContactId, String consistencyLevel, List<Get2ItemsItem> select, List<Get3ItemsItem> expand)
Get entity from contacts by key.com.azure.core.http.rest.PagedIterable<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. listOrgContact()
Get entities from contacts.com.azure.core.http.rest.PagedIterable<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. listOrgContact(String consistencyLevel, Integer top, Integer skip, String search, String filter, Boolean count, List<Get6ItemsItem> orderby, List<Get7ItemsItem> select, List<Get8ItemsItem> expand, com.azure.core.util.Context context)
Get entities from contacts.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. listOrgContactAsync()
Get entities from contacts.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. listOrgContactAsync(String consistencyLevel, Integer top, Integer skip, String search, String filter, Boolean count, List<Get6ItemsItem> orderby, List<Get7ItemsItem> select, List<Get8ItemsItem> expand)
Get entities from contacts.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphOrgContactInner Modifier and Type Method Description MicrosoftGraphOrgContactInner
ContactsOrgContactsClient. createOrgContact(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.Mono<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. createOrgContactAsync(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>
ContactsOrgContactsClient. createOrgContactWithResponse(MicrosoftGraphOrgContactInner body, com.azure.core.util.Context context)
Add new entity to contacts.Mono<com.azure.core.http.rest.Response<MicrosoftGraphOrgContactInner>>
ContactsOrgContactsClient. createOrgContactWithResponseAsync(MicrosoftGraphOrgContactInner body)
Add new entity to contacts.void
ContactsOrgContactsClient. updateOrgContact(String orgContactId, MicrosoftGraphOrgContactInner body)
Update entity in contacts.Mono<Void>
ContactsOrgContactsClient. updateOrgContactAsync(String orgContactId, MicrosoftGraphOrgContactInner body)
Update entity in contacts.com.azure.core.http.rest.Response<Void>
ContactsOrgContactsClient. updateOrgContactWithResponse(String orgContactId, MicrosoftGraphOrgContactInner body, com.azure.core.util.Context context)
Update entity in contacts.Mono<com.azure.core.http.rest.Response<Void>>
ContactsOrgContactsClient. updateOrgContactWithResponseAsync(String orgContactId, MicrosoftGraphOrgContactInner body)
Update entity in contacts. -
Uses of MicrosoftGraphOrgContactInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOrgContactInner Modifier and Type Method Description MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses)
Set the addresses property: The addresses property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withCompanyName(String companyName)
Set the companyName property: The companyName property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withDepartment(String department)
Set the department property: The department property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withDirectReports(List<MicrosoftGraphDirectoryObjectInner> directReports)
Set the directReports property: The directReports property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withDisplayName(String displayName)
Set the displayName property: The displayName property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withGivenName(String givenName)
Set the givenName property: The givenName property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withJobTitle(String jobTitle)
Set the jobTitle property: The jobTitle property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withMail(String mail)
Set the mail property: The mail property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withMailNickname(String mailNickname)
Set the mailNickname property: The mailNickname property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withManager(MicrosoftGraphDirectoryObjectInner manager)
Set the manager property: Represents an Azure Active Directory object.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withMemberOf(List<MicrosoftGraphDirectoryObjectInner> memberOf)
Set the memberOf property: The memberOf property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)
Set the onPremisesLastSyncDateTime property: The onPremisesLastSyncDateTime property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withOnPremisesProvisioningErrors(List<MicrosoftGraphOnPremisesProvisioningError> onPremisesProvisioningErrors)
Set the onPremisesProvisioningErrors property: The onPremisesProvisioningErrors property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)
Set the onPremisesSyncEnabled property: The onPremisesSyncEnabled property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: The phones property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withProxyAddresses(List<String> proxyAddresses)
Set the proxyAddresses property: The proxyAddresses property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withSurname(String surname)
Set the surname property: The surname property.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withTransitiveMemberOf(List<MicrosoftGraphDirectoryObjectInner> transitiveMemberOf)
Set the transitiveMemberOf property: The transitiveMemberOf property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOrgContactInner Modifier and Type Method Description List<MicrosoftGraphOrgContactInner>
CollectionOfOrgContact. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOrgContactInner Modifier and Type Method Description CollectionOfOrgContact
CollectionOfOrgContact. withValue(List<MicrosoftGraphOrgContactInner> value)
Set the value property: The value property.
-