Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserSettingsInner
-
Packages that use MicrosoftGraphUserSettingsInner 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 MicrosoftGraphUserSettingsInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphUserSettingsInner Modifier and Type Method Description MicrosoftGraphUserSettingsInner
UsersClient. getSettings(String userId)
Get settings from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphUserSettingsInner Modifier and Type Method Description Mono<MicrosoftGraphUserSettingsInner>
UsersClient. getSettingsAsync(String userId)
Get settings from users.Mono<MicrosoftGraphUserSettingsInner>
UsersClient. getSettingsAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get settings from users.com.azure.core.http.rest.Response<MicrosoftGraphUserSettingsInner>
UsersClient. getSettingsWithResponse(String userId, List<UsersSelect> select, List<UsersExpand> expand, com.azure.core.util.Context context)
Get settings from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphUserSettingsInner>>
UsersClient. getSettingsWithResponseAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get settings from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphUserSettingsInner Modifier and Type Method Description void
UsersClient. updateSettings(String userId, MicrosoftGraphUserSettingsInner body)
Update the navigation property settings in users.Mono<Void>
UsersClient. updateSettingsAsync(String userId, MicrosoftGraphUserSettingsInner body)
Update the navigation property settings in users.com.azure.core.http.rest.Response<Void>
UsersClient. updateSettingsWithResponse(String userId, MicrosoftGraphUserSettingsInner body, com.azure.core.util.Context context)
Update the navigation property settings in users.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updateSettingsWithResponseAsync(String userId, MicrosoftGraphUserSettingsInner body)
Update the navigation property settings in users. -
Uses of MicrosoftGraphUserSettingsInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUserSettingsInner Modifier and Type Method Description MicrosoftGraphUserSettingsInner
MicrosoftGraphUserInner. settings()
Get the settings property: userSettings.MicrosoftGraphUserSettingsInner
MicrosoftGraphUserSettingsInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: userSettings.MicrosoftGraphUserSettingsInner
MicrosoftGraphUserSettingsInner. withContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled)
Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.MicrosoftGraphUserSettingsInner
MicrosoftGraphUserSettingsInner. withContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled)
Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.MicrosoftGraphUserSettingsInner
MicrosoftGraphUserSettingsInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphUserSettingsInner
MicrosoftGraphUserSettingsInner. withShiftPreferences(MicrosoftGraphShiftPreferencesInner shiftPreferences)
Set the shiftPreferences property: shiftPreferences.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphUserSettingsInner Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withSettings(MicrosoftGraphUserSettingsInner settings)
Set the settings property: userSettings.
-