ItemUpdateShowcaseRequest.java :  » API » taobaoonandroid » com » taobao » api » model » Android Open Source

Android Open Source » API » taobaoonandroid 
taobaoonandroid » com » taobao » api » model » ItemUpdateShowcaseRequest.java
package com.taobao.api.model;

/**
 * taobao.item.update.showcase
 */
@Deprecated
public class ItemUpdateShowcaseRequest extends ItemRecommendAddRequest {

  private static final long serialVersionUID = 5601343864165424980L;

  public ItemUpdateShowcaseRequest withIid(String iid) {
    setIid(iid);
    return this;
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.