Sets the client object. @param client context object which makes requests to core
(Client client)
| 61 | * @param client context object which makes requests to core |
| 62 | */ |
| 63 | public void setClient(Client client) { |
| 64 | this.client = client; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Sets the next query object. |
no outgoing calls
no test coverage detected