/** * 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); }
/** * 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); }
/** * 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); }
/** * 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); }
/** * 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); }