Class OutOfBoxExperienceSettings

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class OutOfBoxExperienceSettings
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Out of box experience setting”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • hideEscapeLink

        protected Boolean hideEscapeLink
      • hideEULA

        protected Boolean hideEULA
      • hidePrivacySettings

        protected Boolean hidePrivacySettings
      • skipKeyboardSelectionPage

        protected Boolean skipKeyboardSelectionPage
    • Constructor Detail

      • OutOfBoxExperienceSettings

        protected OutOfBoxExperienceSettings()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getDeviceUsageType

        public Optional<WindowsDeviceUsageType> getDeviceUsageType()
        “AAD join authentication type”
        Returns:
        property deviceUsageType
      • withDeviceUsageType

        public OutOfBoxExperienceSettings withDeviceUsageType​(WindowsDeviceUsageType deviceUsageType)
        Returns an immutable copy of this with just the deviceUsageType field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “AAD join authentication type”

        Parameters:
        deviceUsageType - new value of deviceUsageType field (as defined in service metadata)
        Returns:
        immutable copy of this with just the deviceUsageType field changed
      • getHideEscapeLink

        public Optional<Boolean> getHideEscapeLink()
        “If set to true, then the user can't start over with different account, on company sign-in”
        Returns:
        property hideEscapeLink
      • withHideEscapeLink

        public OutOfBoxExperienceSettings withHideEscapeLink​(Boolean hideEscapeLink)
        Returns an immutable copy of this with just the hideEscapeLink field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “If set to true, then the user can't start over with different account, on company sign-in”

        Parameters:
        hideEscapeLink - new value of hideEscapeLink field (as defined in service metadata)
        Returns:
        immutable copy of this with just the hideEscapeLink field changed
      • getHideEULA

        public Optional<Boolean> getHideEULA()
        “Show or hide EULA to user”
        Returns:
        property hideEULA
      • withHideEULA

        public OutOfBoxExperienceSettings withHideEULA​(Boolean hideEULA)
        Returns an immutable copy of this with just the hideEULA field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “Show or hide EULA to user”

        Parameters:
        hideEULA - new value of hideEULA field (as defined in service metadata)
        Returns:
        immutable copy of this with just the hideEULA field changed
      • getHidePrivacySettings

        public Optional<Boolean> getHidePrivacySettings()
        “Show or hide privacy settings to user”
        Returns:
        property hidePrivacySettings
      • withHidePrivacySettings

        public OutOfBoxExperienceSettings withHidePrivacySettings​(Boolean hidePrivacySettings)
        Returns an immutable copy of this with just the hidePrivacySettings field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “Show or hide privacy settings to user”

        Parameters:
        hidePrivacySettings - new value of hidePrivacySettings field (as defined in service metadata)
        Returns:
        immutable copy of this with just the hidePrivacySettings field changed
      • getSkipKeyboardSelectionPage

        public Optional<Boolean> getSkipKeyboardSelectionPage()
        “If set, then skip the keyboard selection page if Language and Region are set”
        Returns:
        property skipKeyboardSelectionPage
      • withSkipKeyboardSelectionPage

        public OutOfBoxExperienceSettings withSkipKeyboardSelectionPage​(Boolean skipKeyboardSelectionPage)
        Returns an immutable copy of this with just the skipKeyboardSelectionPage field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “If set, then skip the keyboard selection page if Language and Region are set”

        Parameters:
        skipKeyboardSelectionPage - new value of skipKeyboardSelectionPage field (as defined in service metadata)
        Returns:
        immutable copy of this with just the skipKeyboardSelectionPage field changed
      • withUserType

        public OutOfBoxExperienceSettings withUserType​(WindowsUserType userType)
        Returns an immutable copy of this with just the userType field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “Type of user”

        Parameters:
        userType - new value of userType field (as defined in service metadata)
        Returns:
        immutable copy of this with just the userType field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static OutOfBoxExperienceSettings.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class