SOSLReturningBuilder

Helper class to build a SOSL returning statement.

Author

bhariharan

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun build(): String?

Builds the query.

Link copied to clipboard

Adds the 'fields' clause.

Link copied to clipboard

Adds the 'limit' clause.

Link copied to clipboard

Adds the 'orderBy' clause.

Link copied to clipboard

Adds the 'where' clause.

Link copied to clipboard

Adds the 'withNetwork' clause.