public static final class BusinessContract.UserCredentials extends java.lang.Object implements BusinessContract.CredentialColumns
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.
|
protected static java.lang.String |
TABLE_NAME |
BUSINESS_ID, CREATED_AT, PUB_CRED_TYPE, PUB_CRED_VALUE, PVT_CRED_SALT, PVT_CRED_VALUE, UPDATED_AT, USER_ID
Constructor and Description |
---|
UserCredentials() |
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