public static final class CashContract.CashEvent extends Object implements BaseColumns, CashContract.CashEventColumns
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for cash events
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single cash events. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of cash events
public static final String TYPE = "type";. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
AMOUNT_CHANGE, EMPLOYEEID, NOTE, TIMESTAMP, TOTAL, TYPE
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 cash events
public static final String TYPE = "type";.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single cash events.