コード例 #1
0
 /**
  * Sets the field 'itemStock'.
  *
  * <p>The parameter is not copied so changes to it will be reflected in this instance and
  * vice-versa.
  */
 public Item setItemStock(com.clover.sdk.v3.inventory.ItemStock itemStock) {
   return genClient.setRecord(itemStock, CacheKey.itemStock);
 }
コード例 #2
0
 /**
  * Sets the field 'itemGroup'.
  *
  * <p>The parameter is not copied so changes to it will be reflected in this instance and
  * vice-versa.
  */
 public Item setItemGroup(com.clover.sdk.v3.base.Reference itemGroup) {
   return genClient.setRecord(itemGroup, CacheKey.itemGroup);
 }
コード例 #3
0
 /**
  * Sets the field 'modifierGroup'.
  *
  * <p>The parameter is not copied so changes to it will be reflected in this instance and
  * vice-versa.
  */
 public ItemModifierGroup setModifierGroup(
     com.clover.sdk.v3.inventory.ModifierGroup modifierGroup) {
   return genClient.setRecord(modifierGroup, CacheKey.modifierGroup);
 }
コード例 #4
0
 /**
  * Sets the field 'app'.
  *
  * <p>The parameter is not copied so changes to it will be reflected in this instance and
  * vice-versa.
  */
 public AndroidVersion setApp(com.clover.sdk.v3.base.Reference app) {
   return genClient.setRecord(app, CacheKey.app);
 }
コード例 #5
0
 /**
  * Sets the field 'item'.
  *
  * <p>The parameter is not copied so changes to it will be reflected in this instance and
  * vice-versa.
  */
 public ItemModifierGroup setItem(com.clover.sdk.v3.inventory.Item item) {
   return genClient.setRecord(item, CacheKey.item);
 }