예제 #1
0
 /**
  * Execute the request using the supplied client
  *
  * @param client the client
  * @return The request
  */
 public EntityList<T> execute(HyperionClient client) {
   return client.get(build());
 }
예제 #2
0
 public EntityResponse<T> execute(HyperionClient client) {
   return client.query(build());
 }