Esempio n. 1
0
 /**
  * Limits results to products whose prices have been increased or decreased.
  *
  * @param priceChange {@link com.indix.query.ApiParameters.PriceChange}
  */
 public SearchQuery withPriceChange(PriceChange priceChange) {
   parameters.add(new BasicNameValuePair("priceChange", priceChange.name()));
   return this;
 }
Esempio n. 2
0
 protected void update() {
   mPrice.update();
   mLobby.update();
   mOil.update();
   mActionValue.setText("" + mModel.getResourceManager().getActionPoints());
 }