Class FieldQuery

java.lang.Object
nl.bimbase.bimworks.client.FieldQuery

public class FieldQuery
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldQuery​(java.lang.String fieldName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFieldName()  
    Operator getOperator()  
    com.fasterxml.jackson.databind.JsonNode getValue()  
    com.fasterxml.jackson.databind.node.ObjectNode toJson()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FieldQuery

      public FieldQuery​(java.lang.String fieldName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)
  • Method Details

    • getOperator

      public Operator getOperator()
    • getValue

      public com.fasterxml.jackson.databind.JsonNode getValue()
    • getFieldName

      public java.lang.String getFieldName()
    • toJson

      public com.fasterxml.jackson.databind.node.ObjectNode toJson()