public static final class CustomerContract.Summary extends Object implements BaseColumns, CustomerContract.SummaryColumns
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 customer |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of customers
public static final String TYPE = "type";. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
FIRST_NAME, ID, LAST_NAME
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 customers
public static final String TYPE = "type";.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single customer