| Modifier and Type | Method and Description |
|---|---|
DateTime |
GoogleBaseAttributesExtension.getDateAttribute(String name)
Gets the first value of a specific attribute, as a date.
|
DateTime |
GoogleBaseAttributesExtension.getDateTimeAttribute(String name)
Gets the first value of a specific attribute, as a date and a time.
|
DateTime |
DateTimeRange.getEnd()
Gets the end date or date/time.
|
DateTime |
GoogleBaseAttributesExtension.getExpirationDate()
Gets the date and time at which the entry expires.
|
DateTime |
DateTimeRange.getStart()
Gets the start date or date+time.
|
DateTime |
DateTimeRange.toDateTime()
Converts empty ranges into
DateTime. |
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateAttribute(String name,
DateTime date)
Adds an attribute of type
GoogleBaseAttributeType.DATE. |
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateTimeAttribute(String name,
DateTime dateTime)
Adds an attribute of type
GoogleBaseAttributeType.DATE_TIME. |
GoogleBaseEntry |
GoogleBaseService.getEntry(URL entryUrl,
DateTime ifModifiedSince)
Returns an Google Base entry instance, given the URL of the entry and an
if-modified-since date.
|
GoogleBaseFeed |
GoogleBaseService.getFeed(URL feedUrl,
DateTime ifModifiedSince)
Returns the Google Base feed associated with a particular feed URL, if
it's been modified since the specified date.
|
GoogleBaseMediaEntry |
GoogleBaseService.getMediaEntry(URL entryUrl,
DateTime ifModifiedSince)
Returns the media entry referenced by the entryUrl, if it's been modified
since the specified date.
|
GoogleBaseMediaFeed |
GoogleBaseService.getMediaFeed(URL feedUrl,
DateTime ifModifiedSince)
Returns the Google Base media feed associated with a particular feed URL,
if it's been modified since the specified date.
|
GoogleBaseFeed |
GoogleBaseService.query(Query query,
DateTime ifModifiedSince)
Executes a GData query against the target service and returns the
GoogleBaseFeed containing entries that match the query result, if
it's been modified since the specified date. |
void |
GoogleBaseAttributesExtension.setExpirationDate(DateTime date)
Sets the date at which the entry expires.
|
| Constructor and Description |
|---|
DateTimeRange(DateTime dateTime)
Creates a new range that is actually a date or a dateTime.
|
DateTimeRange(DateTime start,
DateTime end)
Creates a new range.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Query.getPublishedMax()
Returns the maximum published timestamp used for this query.
|
DateTime |
Query.getPublishedMin()
Returns the minimum published timestamp used for this query.
|
DateTime |
Service.GDataRequest.getResponseDateHeader(String headerName)
Returns the value of a header containing a header or
null if no
response header of this type exists or it could not be parsed as a valid
date. |
DateTime |
Query.getUpdatedMax()
Returns the maximum updated timestamp used for this query.
|
DateTime |
Query.getUpdatedMin()
Returns the minimum updated timestamp used for this query.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
Service.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince)
Returns an Atom entry instance, given the URL of the entry and an
if-modified-since date.
|
<E extends IEntry> |
GoogleService.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince) |
<F extends IFeed> |
Service.getFeed(Query query,
Class<F> feedClass,
DateTime ifModifiedSince)
Returns the Feed resulting from executing a query, if it's been modified
since the specified date.
|
<F extends IFeed> |
GoogleService.getFeed(Query query,
Class<F> feedClass,
DateTime ifModifiedSince) |
<F extends IFeed> |
Service.getFeed(URL feedUrl,
Class<F> feedClass,
DateTime ifModifiedSince)
Returns the Feed associated with a particular feed URL, if it's been
modified since the specified date.
|
<F extends IFeed> |
GoogleService.getFeed(URL feedUrl,
Class<F> feedClass,
DateTime ifModifiedSince) |
<F extends IFeed> |
Service.query(Query query,
Class<F> feedClass,
DateTime ifModifiedSince)
Executes a GData query against the target service and returns the
IFeed containing entries that match the query result, if it's been
modified since the specified date. |
void |
Service.GDataRequest.setIfModifiedSince(DateTime conditionDate)
Sets the If-Modified-Since date precondition to be applied to the
request.
|
void |
Query.setPublishedMax(DateTime publishedMax)
Sets the maximum published timestamp used for the query.
|
void |
Query.setPublishedMin(DateTime publishedMin)
Sets the minimum published timestamp used for the query.
|
void |
Query.setUpdatedMax(DateTime updatedMax)
Sets the maximum updated timestamp used for the query.
|
void |
Query.setUpdatedMin(DateTime updatedMin)
Sets the minimum updated timestamp used for the query.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEntry> |
AppsForYourDomainService.getEntry(URL entryUrl,
Class<E> entryClass,
DateTime ifModifiedSince)
Returns an Atom entry instance, given the URL of the entry and an
if-modified-since date.
|
<F extends IFeed> |
AppsForYourDomainService.getFeed(URL feedUrl,
Class<F> feedClass,
DateTime ifModifiedSince)
Executes a GData query against the target service and returns the
IFeed containing entries that match the query result, if
it's been modified since the specified date. |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
CalendarQuery.getMaximumStartTime()
Returns the maximum start time for events returned by the query.
|
DateTime |
CalendarQuery.getMinimumStartTime()
Returns the minimum start time for events returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarQuery.setMaximumStartTime(DateTime maxStart)
Sets the maximum start time for events returned by the query.
|
void |
CalendarQuery.setMinimumStartTime(DateTime minStart)
Sets the minimum start time for events returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
HttpGDataRequest.getResponseDateHeader(String headerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGDataRequest.setIfModifiedSince(DateTime conditionDate) |
| Modifier and Type | Method and Description |
|---|---|
MediaSource |
MediaService.getMedia(IMediaContent mediaContent,
DateTime ifModifiedSince)
Returns a
MediaSource that can be used to read the external
media content of an entry. |
| Modifier and Type | Field and Description |
|---|---|
DateTime |
BaseEntry.EntryState.edited
Last edit timestamp
|
DateTime |
BaseEntry.EntryState.published
Creation timestamp.
|
DateTime |
Source.SourceState.updated
Last updated timestamp.
|
DateTime |
BaseEntry.EntryState.updated
Last updated timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
AttributeHelper.consumeDateTime(String name,
boolean required)
Gets the value of a
DateTime attribute and remove it from the list. |
DateTime |
Rfc3339Handler.getDateTime() |
DateTime |
IEntry.getEdited()
Get a
DateTime instance representing the last time this entry was
edited. |
DateTime |
BaseEntry.getEdited() |
DateTime |
IEntry.getPublished()
Get a
DateTime instance representing the time that this entry was
created. |
DateTime |
BaseEntry.getPublished() |
DateTime |
Source.getUpdated() |
DateTime |
IAtom.getUpdated()
Get a
DateTime instance representing the last time this resource
was updated. |
DateTime |
BaseEntry.getUpdated() |
static DateTime |
DateTime.now() |
static DateTime |
DateTime.parseDate(String str)
Parses an xs:date string.
|
static DateTime |
DateTime.parseDateTime(String str)
Parses an xs:dateTime string.
|
static DateTime |
DateTime.parseDateTimeChoice(String value)
Parses an XML value that's either an xs:date or xs:dateTime string.
|
static DateTime |
DateTime.parseRfc822(String str)
Parses the value as an RFC 822 date/time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IEntry.setEdited(DateTime edited)
Set the last time this entry was edited using the app:edited element.
|
void |
BaseEntry.setEdited(DateTime v) |
void |
IEntry.setPublished(DateTime published)
Sets the date of publishing for this entry.
|
void |
BaseEntry.setPublished(DateTime v) |
void |
Source.setUpdated(DateTime v) |
void |
IAtom.setUpdated(DateTime updated)
Sets the last time this resource was updated.
|
void |
BaseEntry.setUpdated(DateTime v) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Rfc822MediaSource.getLastModified() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DocumentListEntry.getLastCommented()
Returns the time when the document was last commented by the user.
|
DateTime |
DocumentListEntry.getLastViewed()
Returns the time when the document was last viewed by the user.
|
DateTime |
LastCommented.getValue()
Returns the value.
|
DateTime |
ArchiveComplete.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentListEntry.setLastCommented(DateTime lastCommented)
Sets the time when the document was last commented by the user.
|
void |
DocumentListEntry.setLastViewed(DateTime lastViewed)
Sets the time when the document was last viewed by the user.
|
void |
LastCommented.setValue(DateTime value)
Sets the value.
|
void |
ArchiveComplete.setValue(DateTime value)
Sets the value.
|
| Constructor and Description |
|---|
ArchiveComplete(DateTime value)
Immutable constructor.
|
LastCommented(DateTime value)
Immutable constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
Reminder.absoluteTime
Absolute time of the reminder.
|
protected DateTime |
When.endTime
Event end time (optional).
|
protected DateTime |
When.startTime
Event start time (required).
|
protected DateTime |
GeoPt.time
Deprecated.
Time.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Reminder.getAbsoluteTime() |
DateTime |
When.getEndTime() |
DateTime |
When.getStartTime() |
DateTime |
GeoPt.getTime()
Deprecated.
|
DateTime |
LastViewed.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reminder.setAbsoluteTime(DateTime v) |
void |
When.setEndTime(DateTime v) |
void |
When.setStartTime(DateTime v) |
void |
GeoPt.setTime(DateTime v)
Deprecated.
|
void |
LastViewed.setValue(DateTime value)
Sets the value.
|
| Constructor and Description |
|---|
LastViewed(DateTime value)
Immutable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TransactionData.getDate()
Returns the date at which the transaction occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionData.setDate(DateTime date)
Sets the date at which the transaction occurred.
|
| Constructor and Description |
|---|
TransactionData(DateTime date,
String notes,
Double shares,
String type)
Immutable constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
BaseMediaSource.lastModified |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
MediaSource.getLastModified()
Returns the last modification time of the media content or
null
if unknown. |
DateTime |
BaseMediaSource.getLastModified() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMediaSource.setLastModified(DateTime lastModified) |
| Constructor and Description |
|---|
MediaStreamSource(InputStream mediaStream,
String mediaType,
DateTime lastModified,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
AtomData.getUpdated()
Gets the updated time on this entry or feed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomData.setUpdated(DateTime updated)
Set the updated date on the entry or feed.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
IssuesLink.getUpdated()
Returns the updated.
|
DateTime |
ClosedDate.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssuesLink.setUpdated(DateTime updated)
Sets the updated.
|
void |
ClosedDate.setValue(DateTime value)
Sets the value.
|
| Constructor and Description |
|---|
ClosedDate(DateTime value)
Immutable constructor.
|
IssuesLink(Integer count,
String href,
Long length,
IssuesLink.Rel rel,
String title,
String type,
DateTime updated)
Immutable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
SitesLink.getUpdated()
Returns the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SitesLink.setUpdated(DateTime updated)
Sets the provides a hint to clients as to the date and time of the most
recently updated reply contained by the linked resource.
|
| Constructor and Description |
|---|
SitesLink(Integer count,
String href,
String hrefLang,
Long length,
String rel,
String title,
String titleLang,
String type,
DateTime updated)
Immutable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
SitesEntry.getCrawled()
Deprecated.
This field is not used any more.
|
DateTime |
MessageEntry.getDate()
Returns the Date field of the message.
|
DateTime |
CrawlIssueDateDetected.getDateDetected()
Returns the value.
|
DateTime |
DateTimeValueConstruct.getDateTime()
Get date/time value.
|
DateTime |
SitemapsEntry.getSitemapDownloadTime()
Returns last sitemap download time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SitesEntry.setCrawled(DateTime crawlTime)
Deprecated.
This field is not used any more.
|
void |
MessageEntry.setDate(DateTime date)
Changes the Date field of the message.
|
void |
CrawlIssueDateDetected.setDateDetected(DateTime dateDetected)
Sets the value.
|
void |
DateTimeValueConstruct.setDateTime(DateTime value)
Set date/time value.
|
void |
SitemapsEntry.setSitemapDownloadTime(DateTime value)
Set last sitemap download time.
|
| Constructor and Description |
|---|
CrawlIssueDateDetected(DateTime dateDetected)
Immutable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
YtRecorded.getDate()
Gets the date.
|
DateTime |
YtUploaded.getDateTime()
Returns the currently set uploaded date time or null if none set.
|
DateTime |
YtUserProfileStatistics.getLastWebAccess() |
DateTime |
VideoEntry.getRecorded()
Gets the value of the yt:recorded tag.
|
DateTime |
YouTubeMediaGroup.getUploaded()
Returns the time the video was uploaded at.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YtRecorded.setDate(DateTime date)
Sets the date.
|
void |
YtUploaded.setDateTime(DateTime dateTime)
Changes the uploaded date time.
|
void |
YtUserProfileStatistics.setLastWebAccess(DateTime lastWebAccess) |
void |
VideoEntry.setRecorded(DateTime date)
Sets the value of the yt:recorded tag.
|
void |
YouTubeMediaGroup.setUploaded(DateTime dateTime)
Sets or unsets the time the video was uploaded at.
|
| Constructor and Description |
|---|
YtRecorded(DateTime date) |
YtUploaded(DateTime dateTime) |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<DateTime,Element> |
Entry.PUBLISHED
The atom:published child element
|
static ElementKey<DateTime,Element> |
Source.UPDATED
atom:updated
|
static ElementKey<DateTime,Element> |
Entry.UPDATED
The atom:updated child element
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Entry.getEdited() |
DateTime |
Entry.getPublished() |
DateTime |
Source.getUpdated() |
DateTime |
Entry.getUpdated() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setEdited(DateTime v) |
void |
Entry.setPublished(DateTime v) |
void |
Source.setUpdated(DateTime v) |
void |
Entry.setUpdated(DateTime v) |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<DateTime,Edited> |
Edited.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Edited.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
Edited |
Edited.setValue(DateTime value)
Sets the value.
|
| Constructor and Description |
|---|
Edited(DateTime value)
Constructs a new instance with the given value.
|
| Constructor and Description |
|---|
Edited(ElementKey<DateTime,? extends Edited> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Edited(ElementKey<DateTime,? extends Edited> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<DateTime> |
Reminder.ABSOLUTE_TIME
Absolute time of the reminder.
|
static AttributeKey<DateTime> |
When.END_TIME
Event end time.
|
static ElementKey<DateTime,LastViewed> |
LastViewed.KEY
The key for this element.
|
static AttributeKey<DateTime> |
When.START_TIME
Event start time.
|
static AttributeKey<DateTime> |
GeoPt.TIME
Time.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Reminder.getAbsoluteTime()
Returns the absolute time of the reminder.
|
DateTime |
When.getEndTime()
Returns the event end time.
|
DateTime |
When.getStartTime()
Returns the event start time.
|
DateTime |
GeoPt.getTime()
Returns the Time.
|
DateTime |
LastViewed.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
Reminder |
Reminder.setAbsoluteTime(DateTime absoluteTime)
Sets the absolute time of the reminder.
|
When |
When.setEndTime(DateTime endTime)
Sets the event end time.
|
When |
When.setStartTime(DateTime startTime)
Sets the event start time.
|
GeoPt |
GeoPt.setTime(DateTime time)
Sets the Time.
|
LastViewed |
LastViewed.setValue(DateTime value)
Sets the value.
|
| Constructor and Description |
|---|
LastViewed(DateTime value)
Constructs a new instance with the given value.
|
| Constructor and Description |
|---|
LastViewed(ElementKey<DateTime,? extends LastViewed> key)
Subclass constructor, allows subclasses to supply their own element key.
|
LastViewed(ElementKey<DateTime,? extends LastViewed> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.