android.content
Class ContentProviderOperation.Builder

java.lang.Object
  extended by android.content.ContentProviderOperation.Builder
Enclosing class:
ContentProviderOperation

public static class ContentProviderOperation.Builder
extends Object


Method Summary
 ContentProviderOperation build()
           
 ContentProviderOperation.Builder withExpectedCount(int count)
           
 ContentProviderOperation.Builder withSelection(String selection, String[] selectionArgs)
           
 ContentProviderOperation.Builder withSelectionBackReference(int selectionArgIndex, int previousResult)
           
 ContentProviderOperation.Builder withValue(String key, Object value)
           
 ContentProviderOperation.Builder withValueBackReference(String key, int previousResult)
           
 ContentProviderOperation.Builder withValueBackReferences(ContentValues backReferences)
           
 ContentProviderOperation.Builder withValues(ContentValues values)
           
 ContentProviderOperation.Builder withYieldAllowed(boolean yieldAllowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.