Class MicrosoftGraphUserSettings
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserSettings
userSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphUserSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: userSettings.Get the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.Get the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.Get the shiftPreferences property: shiftPreferences.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: userSettings.withContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled) Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.withContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled) Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.Set the id property: Read-only.withShiftPreferences(MicrosoftGraphShiftPreferences shiftPreferences) Set the shiftPreferences property: shiftPreferences.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphUserSettings
public MicrosoftGraphUserSettings()Creates an instance of MicrosoftGraphUserSettings class.
-
-
Method Details
-
contributionToContentDiscoveryAsOrganizationDisabled
Get the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.- Returns:
- the contributionToContentDiscoveryAsOrganizationDisabled value.
-
withContributionToContentDiscoveryAsOrganizationDisabled
public MicrosoftGraphUserSettings withContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled) Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.- Parameters:
contributionToContentDiscoveryAsOrganizationDisabled- the contributionToContentDiscoveryAsOrganizationDisabled value to set.- Returns:
- the MicrosoftGraphUserSettings object itself.
-
contributionToContentDiscoveryDisabled
Get the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.- Returns:
- the contributionToContentDiscoveryDisabled value.
-
withContributionToContentDiscoveryDisabled
public MicrosoftGraphUserSettings withContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled) Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.- Parameters:
contributionToContentDiscoveryDisabled- the contributionToContentDiscoveryDisabled value to set.- Returns:
- the MicrosoftGraphUserSettings object itself.
-
shiftPreferences
Get the shiftPreferences property: shiftPreferences.- Returns:
- the shiftPreferences value.
-
withShiftPreferences
public MicrosoftGraphUserSettings withShiftPreferences(MicrosoftGraphShiftPreferences shiftPreferences) Set the shiftPreferences property: shiftPreferences.- Parameters:
shiftPreferences- the shiftPreferences value to set.- Returns:
- the MicrosoftGraphUserSettings object itself.
-
additionalProperties
Get the additionalProperties property: userSettings.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: userSettings.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphUserSettings object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-