final case class FieldNotEquals(fieldPath: Chunk[String], value: String) extends FieldSelector with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldNotEquals
- Serializable
- Serializable
- Product
- Equals
- FieldSelector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
&&(other: FieldSelector): And
Use this AND another field selector together
Use this AND another field selector together
- Definition Classes
- FieldSelector
-
def
asQuery: String
Serializes the field selector into a query parameter
Serializes the field selector into a query parameter
- Definition Classes
- FieldNotEquals → FieldSelector
- val fieldPath: Chunk[String]
- val value: String