public static final class CustomerContract.Data extends Object implements BaseColumns, CustomerContract.DataColumns
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for a customer
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single key value |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of key value data for a customer
public static final String TYPE = "type";. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
ID, KEY, VALUE
Modifier and Type | Method and Description |
---|---|
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 String CONTENT_TYPE
CONTENT_URI
providing a directory of key value data for a customer
public static final String TYPE = "type";.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single key value