Class WindowsInformationProtectionDesktopApp

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

    public class WindowsInformationProtectionDesktopApp
    extends WindowsInformationProtectionApp
    implements com.github.davidmoten.odata.client.ODataType
    “Desktop App for Windows information protection”
    • Field Detail

      • binaryName

        protected String binaryName
      • binaryVersionHigh

        protected String binaryVersionHigh
      • binaryVersionLow

        protected String binaryVersionLow
    • Constructor Detail

      • WindowsInformationProtectionDesktopApp

        protected WindowsInformationProtectionDesktopApp()
    • Method Detail

      • getBinaryName

        public Optional<String> getBinaryName()
        “The binary name.”
        Returns:
        property binaryName
      • withBinaryName

        public WindowsInformationProtectionDesktopApp withBinaryName​(String binaryName)
        Returns an immutable copy of this with just the binaryName 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.

        “The binary name.”

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

        public Optional<String> getBinaryVersionHigh()
        “The high binary version.”
        Returns:
        property binaryVersionHigh
      • withBinaryVersionHigh

        public WindowsInformationProtectionDesktopApp withBinaryVersionHigh​(String binaryVersionHigh)
        Returns an immutable copy of this with just the binaryVersionHigh 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.

        “The high binary version.”

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

        public Optional<String> getBinaryVersionLow()
        “The lower binary version.”
        Returns:
        property binaryVersionLow
      • withBinaryVersionLow

        public WindowsInformationProtectionDesktopApp withBinaryVersionLow​(String binaryVersionLow)
        Returns an immutable copy of this with just the binaryVersionLow 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.

        “The lower binary version.”

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

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

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

        public static WindowsInformationProtectionDesktopApp.Builder builderWindowsInformationProtectionDesktopApp()
        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