Class RVGoogleDriveDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVGoogleDriveDataSourceItem
-
- All Implemented Interfaces:
IRVResourceItem
public class RVGoogleDriveDataSourceItem extends RVDataSourceItem implements IRVResourceItem
Google Drive data source item, referencing a file in Google Drive.
-
-
Constructor Summary
Constructors Constructor Description RVGoogleDriveDataSourceItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
Google Drive identifier of the file referenced by this item.String
setIdentifier(String value)
Google Drive identifier of the file referenced by this item.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-