public static final class InventoryContract.Option extends Object implements BaseColumns, InventoryContract.OptionColumns
Option
instances via content provider.Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for options
|
static Uri |
CONTENT_FOR_ITEMS_URI
The content:// style URI for this table joined with the item table
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single option. |
static String |
CONTENT_ITEM_WITH_OPTIONS
The MIME type of a
CONTENT_URI providing a directory of options for items. |
static String |
CONTENT_ITEMS_WITH_OPTIONS
The MIME type of a
CONTENT_URI providing a directory of options for items. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of options. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
ATTRIBUTE_UUID, NAME, UUID
Modifier and Type | Method and Description |
---|---|
static Uri |
contentForItemsUriWithAccount(Account account) |
static Uri |
contentForItemsUriWithToken(String token) |
static Uri |
contentUriWithAccount(Account account) |
static Uri |
contentUriWithToken(String token) |
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final Uri CONTENT_FOR_ITEMS_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of options.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single option.public static final String CONTENT_ITEMS_WITH_OPTIONS
CONTENT_URI
providing a directory of options for items.public static final String CONTENT_ITEM_WITH_OPTIONS
CONTENT_URI
providing a directory of options for items.