Package org.robolectric.shadows
Class ShadowContentResolver.UpdateStatement
- java.lang.Object
-
- org.robolectric.shadows.ShadowContentResolver.Statement
-
- org.robolectric.shadows.ShadowContentResolver.UpdateStatement
-
- Enclosing class:
- ShadowContentResolver
public static class ShadowContentResolver.UpdateStatement extends ShadowContentResolver.Statement
A statement used to update content in aContentProvider
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentValues
getContentValues()
String[]
getSelectionArgs()
String
getWhere()
-
Methods inherited from class org.robolectric.shadows.ShadowContentResolver.Statement
getContentProvider, getUri
-
-
-
-
Method Detail
-
getContentValues
public ContentValues getContentValues()
-
getWhere
public String getWhere()
-
getSelectionArgs
public String[] getSelectionArgs()
-
-