public class

InventoryGroup

extends Object
implements Parcelable
java.lang.Object
   ↳ com.usebutton.sdk.models.InventoryGroup

Class Overview

An inventory group represents a logical grouping of inventory items, e.g. for a list of available table reservation times they can be grouped under party size (2 people, 3, people etc).

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
List<Inventory> getInventory()
String getName()
int getNameColor()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public List<Inventory> getInventory ()

Returns
  • a list of inventory for this group

public String getName ()

Returns
  • the name of this group, you can use this to distinguish different groups in your UI.

public int getNameColor ()

Returns
  • the color intended for this group name