Class AndroidMinimumOperatingSystem

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

    public class AndroidMinimumOperatingSystem
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Contains properties for the minimum operating system required for an Android 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

      • AndroidMinimumOperatingSystem

        protected AndroidMinimumOperatingSystem()
    • Method Detail

      • odataTypeName

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

        public Optional<Boolean> getV4_0()
        “Version 4.0 or later.”
        Returns:
        property v4_0
      • withV4_0

        public AndroidMinimumOperatingSystem withV4_0​(Boolean v4_0)
        Returns an immutable copy of this with just the v4_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.

        “Version 4.0 or later.”

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

        public Optional<Boolean> getV4_0_3()
        “Version 4.0.3 or later.”
        Returns:
        property v4_0_3
      • withV4_0_3

        public AndroidMinimumOperatingSystem withV4_0_3​(Boolean v4_0_3)
        Returns an immutable copy of this with just the v4_0_3 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.

        “Version 4.0.3 or later.”

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

        public Optional<Boolean> getV4_1()
        “Version 4.1 or later.”
        Returns:
        property v4_1
      • withV4_1

        public AndroidMinimumOperatingSystem withV4_1​(Boolean v4_1)
        Returns an immutable copy of this with just the v4_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.

        “Version 4.1 or later.”

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

        public Optional<Boolean> getV4_2()
        “Version 4.2 or later.”
        Returns:
        property v4_2
      • withV4_2

        public AndroidMinimumOperatingSystem withV4_2​(Boolean v4_2)
        Returns an immutable copy of this with just the v4_2 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.

        “Version 4.2 or later.”

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

        public Optional<Boolean> getV4_3()
        “Version 4.3 or later.”
        Returns:
        property v4_3
      • withV4_3

        public AndroidMinimumOperatingSystem withV4_3​(Boolean v4_3)
        Returns an immutable copy of this with just the v4_3 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.

        “Version 4.3 or later.”

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

        public Optional<Boolean> getV4_4()
        “Version 4.4 or later.”
        Returns:
        property v4_4
      • withV4_4

        public AndroidMinimumOperatingSystem withV4_4​(Boolean v4_4)
        Returns an immutable copy of this with just the v4_4 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.

        “Version 4.4 or later.”

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

        public Optional<Boolean> getV5_0()
        “Version 5.0 or later.”
        Returns:
        property v5_0
      • withV5_0

        public AndroidMinimumOperatingSystem withV5_0​(Boolean v5_0)
        Returns an immutable copy of this with just the v5_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.

        “Version 5.0 or later.”

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

        public Optional<Boolean> getV5_1()
        “Version 5.1 or later.”
        Returns:
        property v5_1
      • withV5_1

        public AndroidMinimumOperatingSystem withV5_1​(Boolean v5_1)
        Returns an immutable copy of this with just the v5_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.

        “Version 5.1 or later.”

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