Class Win32LobAppRequirement

    • 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
      • detectionValue

        protected String detectionValue
    • Constructor Detail

      • Win32LobAppRequirement

        protected Win32LobAppRequirement()
    • Method Detail

      • odataTypeName

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

        public Optional<String> getDetectionValue()
        “The detection value”
        Returns:
        property detectionValue
      • withDetectionValue

        public Win32LobAppRequirement withDetectionValue​(String detectionValue)
        Returns an immutable copy of this with just the detectionValue 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 detection value”

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

        public Win32LobAppRequirement withOperator​(Win32LobAppDetectionOperator operator)
        Returns an immutable copy of this with just the operator 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 operator for detection”

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