Class WindowsMinimumOperatingSystem

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

    public class WindowsMinimumOperatingSystem
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “The minimum operating system required for a Windows mobile app.”
    • 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
    • Constructor Detail

      • WindowsMinimumOperatingSystem

        protected WindowsMinimumOperatingSystem()
    • Method Detail

      • odataTypeName

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

        public Optional<Boolean> getV10_0()
        “Windows version 10.0 or later.”
        Returns:
        property v10_0
      • withV10_0

        public WindowsMinimumOperatingSystem withV10_0​(Boolean v10_0)
        Returns an immutable copy of this with just the v10_0 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.

        “Windows version 10.0 or later.”

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

        public Optional<Boolean> getV8_0()
        “Windows version 8.0 or later.”
        Returns:
        property v8_0
      • withV8_0

        public WindowsMinimumOperatingSystem withV8_0​(Boolean v8_0)
        Returns an immutable copy of this with just the v8_0 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.

        “Windows version 8.0 or later.”

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

        public Optional<Boolean> getV8_1()
        “Windows version 8.1 or later.”
        Returns:
        property v8_1
      • withV8_1

        public WindowsMinimumOperatingSystem withV8_1​(Boolean v8_1)
        Returns an immutable copy of this with just the v8_1 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.

        “Windows version 8.1 or later.”

        Parameters:
        v8_1 - new value of v8_1 field (as defined in service metadata)
        Returns:
        immutable copy of this with just the v8_1 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 WindowsMinimumOperatingSystem.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