Data Object - QueryFilterNotEquals
Java Class
com.omnissa.vdi.vlsi.binding.vdi.query.QueryFilter.NotEquals
Extends
Since
Horizon View 6.0
Data Object Description¶
Specify that the named member must not be equal to the specified value. The supported types are:
- xsd:string: The value in the resulting data object must not be equal to the specified value, ignores case.
- xsd:ArrayOfString: The values in the resulting data object must not be equal to the specified value, ignores case.
- Object: The values in the resulting data object must not be equal to the specified value. This comparison is based on object's equals method implementation
Data Object Properties¶
Name | Type | Description |
---|---|---|
memberName | xsd:string | The name of the member to compare. |
value | xsd:anyType | The value to be compared against. 1 |
Properties inherited from QueryFilter | ||
None |