public static final class BusinessContract.BusinessUsers extends java.lang.Object implements BusinessContract.BusinessUserColumns
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_ITEM_TYPE
The mime type of a single store
|
static java.lang.String |
CONTENT_TYPE
The mime type of a directory of stores
|
static android.net.Uri |
CONTENT_URI
The content URI for this table.
|
static java.lang.String[] |
PROJECTION_ALL
A projection of all columns in the items table.
|
static java.lang.String |
SORT_ORDER_DEFAULT
The default sort order for queries containing TIME fields.
|
protected static java.lang.String |
TABLE_NAME |
BUSINESS_ID, CREATED_AT, CUSTOM_ROLE_ID, CUSTOM_ROLE_NAME, EMAIL, FIRST_NAME, LAST_NAME, MIDDLE_NAME, NICK_NAME, ROLE, STATUS, UPDATED_AT
Constructor and Description |
---|
BusinessUsers() |
protected static final java.lang.String TABLE_NAME
public static final android.net.Uri CONTENT_URI
public static final java.lang.String CONTENT_TYPE
public static final java.lang.String CONTENT_ITEM_TYPE
public static final java.lang.String[] PROJECTION_ALL
public static final java.lang.String SORT_ORDER_DEFAULT