android.content
Class ContentProviderOperation.Builder
java.lang.Object
android.content.ContentProviderOperation.Builder
- Enclosing class:
- ContentProviderOperation
public static class ContentProviderOperation.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
build
public ContentProviderOperation build()
withValueBackReferences
public ContentProviderOperation.Builder withValueBackReferences(ContentValues backReferences)
withValueBackReference
public ContentProviderOperation.Builder withValueBackReference(String key,
int previousResult)
withSelectionBackReference
public ContentProviderOperation.Builder withSelectionBackReference(int selectionArgIndex,
int previousResult)
withValues
public ContentProviderOperation.Builder withValues(ContentValues values)
withValue
public ContentProviderOperation.Builder withValue(String key,
Object value)
withSelection
public ContentProviderOperation.Builder withSelection(String selection,
String[] selectionArgs)
withExpectedCount
public ContentProviderOperation.Builder withExpectedCount(int count)
withYieldAllowed
public ContentProviderOperation.Builder withYieldAllowed(boolean yieldAllowed)
Copyright © 2008-2012. All Rights Reserved.