public static final class CustomerContract.CustomerPhones extends java.lang.Object implements CustomerContract.CustomerPhoneColumns, CustomerContract.CommonColumns
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_CUSTOMER_TYPE
The mime type of a single activity.
|
static java.lang.String |
CONTENT_TYPE
The mime type of a directory of activities.
|
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_CUSTOMER_PHONE_DEFAULT
The default sort order for queries containing TIME fields.
|
protected static java.lang.String |
TABLE_NAME |
AREA_CODE, CUSTOMER_ID, EXTENSION_NUMBER, ITU_COUNTRY_CODE, LOCAL_PHONE_NUMBER, PRIMARY_DAY_TIME, PRIMARY_EVENING, STATUS, TYPE
CREATED_AT, UPDATED_AT
Constructor and Description |
---|
CustomerPhones() |
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_CUSTOMER_TYPE
public static final java.lang.String[] PROJECTION_ALL
public static final java.lang.String SORT_CUSTOMER_PHONE_DEFAULT