jgd.schemas
Interface GoogleDesktopWebPage

All Superinterfaces:
GoogleDesktopFile, GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMWebPage

public interface GoogleDesktopWebPage
extends GoogleDesktopFile


Method Summary
 java.lang.Boolean get_bookmarked()
          Specifies if this web page is bookmarked.
 java.lang.Integer get_interaction_period()
          Amount of time the user interacted with the web page.
 
Methods inherited from interface jgd.schemas.GoogleDesktopFile
get_author, get_last_modified_time, get_title, get_uri
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Method Detail

get_bookmarked

java.lang.Boolean get_bookmarked()
Specifies if this web page is bookmarked.
Required: No


get_interaction_period

java.lang.Integer get_interaction_period()
Amount of time the user interacted with the web page.
Required: No

Returns:
Documentation says Date type, but implementation returns VT_UI4


Copyright © 2007