Class TableQuery.Builder
java.lang.Object
jp.co.moneyforward.autotest.actions.web.TableQuery.Builder
- Enclosing class:
TableQuery
A builder class for
TableQuery.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$()A shorthand method obbuild().build()Builds aTableQueryobject from the current field values held by this object.A table name on which the query will be performed.normalizeWith(BinaryOperator<List<com.microsoft.playwright.Locator>> normalizer) where(TableQuery.Term... terms)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
A table name on which the query will be performed.- Parameters:
tableName- A locator string of the table.- Returns:
- This object.
-
where
- Parameters:
terms- Conditions with which querying- Returns:
- This object
- See Also:
-
normalizeWith
public TableQuery.Builder normalizeWith(BinaryOperator<List<com.microsoft.playwright.Locator>> normalizer) - Parameters:
normalizer- A function that normalizes incomplete row.- Returns:
- This object
-
build
Builds aTableQueryobject from the current field values held by this object.- Returns:
- A
TableQueryobject.
-
$
-