public class GroupItem extends RecombeeBinding
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
itemId
ID of the item iff `itemType` is `item`.
|
protected java.lang.String |
itemType
`item` iff the regular item from the catalog is to be inserted, `group` iff group is inserted as the item.
|
Constructor and Description |
---|
GroupItem() |
GroupItem(java.util.Map<java.lang.String,java.lang.Object> jsonObject) |
GroupItem(java.lang.String itemType,
java.lang.String itemId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getItemId() |
java.lang.String |
getItemType() |
int |
hashCode() |
protected java.lang.String itemType
protected java.lang.String itemId