@return A new builder for the query
()
| 94 | |
| 95 | /** @return A new builder for the query */ |
| 96 | public static Builder Builder() { |
| 97 | return new Builder(); |
| 98 | } |
| 99 | |
| 100 | /** Validates the query |
| 101 | * @throws IllegalArgumentException if one or more parameters were invalid |
no outgoing calls