Page Summary
-
The
DataApi.DataItemResultinterface is deprecated and users should refer toDataClient.getDataItem(Uri)instead. -
This interface represents a single data item.
-
The
getDataItem()method returns the data item itself or null if it doesn't exist.
public static interface DataApi.DataItemResult implements Result
This interface is deprecated.
See
DataClient.getDataItem(Uri).
Contains a single data item.
Public Method Summary
| abstract DataItem |
getDataItem()
Returns a data item, or null if the item does not exit.
|
Inherited Method Summary
Public Methods
public abstract DataItem getDataItem ()
Returns a data item, or null if the item does not exit.