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 MicrosoftGraphUserSettingsInnerUsersClient. 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 voidUsersClient. 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 MicrosoftGraphUserSettingsInnerMicrosoftGraphUserInner. settings()Get the settings property: userSettings.MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: userSettings.MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. withContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled)Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. withContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled)Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. withId(String id)Set the id property: Read-only.MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. 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 MicrosoftGraphUserInnerMicrosoftGraphUserInner. withSettings(MicrosoftGraphUserSettingsInner settings)Set the settings property: userSettings.
-