android.content
Class ContentUris

java.lang.Object
  extended by android.content.ContentUris

public class ContentUris
extends Object


Constructor Summary
ContentUris()
           
 
Method Summary
static Uri.Builder appendId(Uri.Builder builder, long id)
           
static long parseId(Uri contentUri)
           
static Uri withAppendedId(Uri contentUri, long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentUris

public ContentUris()
Method Detail

parseId

public static long parseId(Uri contentUri)

appendId

public static Uri.Builder appendId(Uri.Builder builder,
                                   long id)

withAppendedId

public static Uri withAppendedId(Uri contentUri,
                                 long id)


Copyright © 2008-2012. All Rights Reserved.