Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookUserInner
-
Packages that use MicrosoftGraphOutlookUserInner 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 MicrosoftGraphOutlookUserInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphOutlookUserInner Modifier and Type Method Description MicrosoftGraphOutlookUserInner
UsersClient. getOutlook(String userId)
Get outlook from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphOutlookUserInner Modifier and Type Method Description Mono<MicrosoftGraphOutlookUserInner>
UsersClient. getOutlookAsync(String userId)
Get outlook from users.Mono<MicrosoftGraphOutlookUserInner>
UsersClient. getOutlookAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get outlook from users.com.azure.core.http.rest.Response<MicrosoftGraphOutlookUserInner>
UsersClient. getOutlookWithResponse(String userId, List<UsersSelect> select, List<UsersExpand> expand, com.azure.core.util.Context context)
Get outlook from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphOutlookUserInner>>
UsersClient. getOutlookWithResponseAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get outlook from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphOutlookUserInner Modifier and Type Method Description void
UsersClient. updateOutlook(String userId, MicrosoftGraphOutlookUserInner body)
Update the navigation property outlook in users.Mono<Void>
UsersClient. updateOutlookAsync(String userId, MicrosoftGraphOutlookUserInner body)
Update the navigation property outlook in users.com.azure.core.http.rest.Response<Void>
UsersClient. updateOutlookWithResponse(String userId, MicrosoftGraphOutlookUserInner body, com.azure.core.util.Context context)
Update the navigation property outlook in users.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updateOutlookWithResponseAsync(String userId, MicrosoftGraphOutlookUserInner body)
Update the navigation property outlook in users. -
Uses of MicrosoftGraphOutlookUserInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOutlookUserInner Modifier and Type Method Description MicrosoftGraphOutlookUserInner
MicrosoftGraphUserInner. outlook()
Get the outlook property: outlookUser.MicrosoftGraphOutlookUserInner
MicrosoftGraphOutlookUserInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: outlookUser.MicrosoftGraphOutlookUserInner
MicrosoftGraphOutlookUserInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphOutlookUserInner
MicrosoftGraphOutlookUserInner. withMasterCategories(List<MicrosoftGraphOutlookCategoryInner> masterCategories)
Set the masterCategories property: A list of categories defined for the user.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOutlookUserInner Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withOutlook(MicrosoftGraphOutlookUserInner outlook)
Set the outlook property: outlookUser.
-