public static final class InventoryContract.Modifier extends Object implements BaseColumns, InventoryContract.ModifierColumns
Modifier
instances via content provider.Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for modifier
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single modifier. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of modifiers. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static String |
CONTENT_WITH_MENU_DIRECTORY
Content directory for modifier and associated menu
|
static Uri |
CONTENT_WITH_MENU_URI
The content:// style URI for this table with associated menu fields.
|
_COUNT, _ID
ALTERNATE_NAME, AVAILABLE, GROUP_ID, MENU_DESCRIPTION, MENU_ENABLED, MENU_IMAGE_FILENAME, MENU_NAME, MENU_REASON_CODE, NAME, ORDER, PRICE, UUID
Modifier and Type | Method and Description |
---|---|
static Uri |
contentUriWithAccount(Account account) |
static Uri |
contentUriWithToken(String token) |
static Uri |
contentWithMenuUriWithAccount(Account account) |
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final String CONTENT_WITH_MENU_DIRECTORY
public static final Uri CONTENT_WITH_MENU_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of modifiers.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single modifier.