Class MicrosoftGraphUserSettingsInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserSettingsInner
-
public final class MicrosoftGraphUserSettingsInner extends MicrosoftGraphEntity
userSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphUserSettingsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: userSettings.BooleancontributionToContentDiscoveryAsOrganizationDisabled()Get the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.BooleancontributionToContentDiscoveryDisabled()Get the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.MicrosoftGraphShiftPreferencesInnershiftPreferences()Get the shiftPreferences property: shiftPreferences.voidvalidate()Validates the instance.MicrosoftGraphUserSettingsInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: userSettings.MicrosoftGraphUserSettingsInnerwithContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled)Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.MicrosoftGraphUserSettingsInnerwithContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled)Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.MicrosoftGraphUserSettingsInnerwithId(String id)Set the id property: Read-only.MicrosoftGraphUserSettingsInnerwithShiftPreferences(MicrosoftGraphShiftPreferencesInner shiftPreferences)Set the shiftPreferences property: shiftPreferences.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
contributionToContentDiscoveryAsOrganizationDisabled
public Boolean contributionToContentDiscoveryAsOrganizationDisabled()
Get the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.- Returns:
- the contributionToContentDiscoveryAsOrganizationDisabled value.
-
withContributionToContentDiscoveryAsOrganizationDisabled
public MicrosoftGraphUserSettingsInner withContributionToContentDiscoveryAsOrganizationDisabled(Boolean contributionToContentDiscoveryAsOrganizationDisabled)
Set the contributionToContentDiscoveryAsOrganizationDisabled property: The contributionToContentDiscoveryAsOrganizationDisabled property.- Parameters:
contributionToContentDiscoveryAsOrganizationDisabled- the contributionToContentDiscoveryAsOrganizationDisabled value to set.- Returns:
- the MicrosoftGraphUserSettingsInner object itself.
-
contributionToContentDiscoveryDisabled
public Boolean contributionToContentDiscoveryDisabled()
Get the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.- Returns:
- the contributionToContentDiscoveryDisabled value.
-
withContributionToContentDiscoveryDisabled
public MicrosoftGraphUserSettingsInner withContributionToContentDiscoveryDisabled(Boolean contributionToContentDiscoveryDisabled)
Set the contributionToContentDiscoveryDisabled property: The contributionToContentDiscoveryDisabled property.- Parameters:
contributionToContentDiscoveryDisabled- the contributionToContentDiscoveryDisabled value to set.- Returns:
- the MicrosoftGraphUserSettingsInner object itself.
-
shiftPreferences
public MicrosoftGraphShiftPreferencesInner shiftPreferences()
Get the shiftPreferences property: shiftPreferences.- Returns:
- the shiftPreferences value.
-
withShiftPreferences
public MicrosoftGraphUserSettingsInner withShiftPreferences(MicrosoftGraphShiftPreferencesInner shiftPreferences)
Set the shiftPreferences property: shiftPreferences.- Parameters:
shiftPreferences- the shiftPreferences value to set.- Returns:
- the MicrosoftGraphUserSettingsInner object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: userSettings.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphUserSettingsInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: userSettings.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphUserSettingsInner object itself.
-
withId
public MicrosoftGraphUserSettingsInner withId(String id)
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.
-
-