public class CustomFundingSourceContentValues extends AbstractContentValues
transactionreferences table.mContentValues| Constructor and Description |
|---|
CustomFundingSourceContentValues() |
| Modifier and Type | Method and Description |
|---|---|
CustomFundingSourceContentValues |
putAccountId(java.lang.String value) |
CustomFundingSourceContentValues |
putName(java.lang.String value) |
CustomFundingSourceContentValues |
putProcessor(java.lang.String value) |
CustomFundingSourceContentValues |
putProvider(java.lang.String value) |
CustomFundingSourceContentValues |
putTransactionid(java.lang.String value) |
CustomFundingSourceContentValues |
putType(java.lang.String value) |
CustomFundingSourceContentValues |
putTypeNull() |
int |
update(android.content.ContentResolver contentResolver,
CustomFundingSourceSelection where)
Update row(s) using the values stored by this object and the given selection.
|
android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
insert, valuespublic android.net.Uri uri()
AbstractContentValuesuri argument to pass to the ContentResolver methods.uri in class AbstractContentValuespublic int update(android.content.ContentResolver contentResolver,
CustomFundingSourceSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public CustomFundingSourceContentValues putTransactionid(java.lang.String value)
public CustomFundingSourceContentValues putProvider(java.lang.String value)
public CustomFundingSourceContentValues putName(java.lang.String value)
public CustomFundingSourceContentValues putProcessor(java.lang.String value)
public CustomFundingSourceContentValues putAccountId(java.lang.String value)
public CustomFundingSourceContentValues putType(java.lang.String value)
public CustomFundingSourceContentValues putTypeNull()