Class: ActiveNetsuite::SearchStringFieldOperator

Inherits:
String
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:typesurn:types.core_2013_2urn:types.core_2013_2.platformurn:types.core_2013_2.platform.webservicesurn:types.core_2013_2.platform.webservices.netsuiteurn:types.core_2013_2.platform.webservices.netsuite.comSearchStringFieldOperator

Constant Summary collapse

Contains =
new("contains")
DoesNotContain =
new("doesNotContain")
DoesNotStartWith =
new("doesNotStartWith")
Empty =
new("empty")
HasKeywords =
new("hasKeywords")
Is =
new("is")
IsNot =
new("isNot")
NotEmpty =
new("notEmpty")
StartsWith =
new("startsWith")