/** * Returns whether it has the provides a hint to clients as to the date and * time of the most recently updated reply contained by the linked resource. * * @return whether it has the provides a hint to clients as to the date and * time of the most recently updated reply contained by the linked * resource */ public boolean hasUpdated() { return getUpdated() != null; }
/** * Returns whether it has the provides a hint to clients as to the date and * time of the most recently updated reply contained by the linked resource. * * @return whether it has the provides a hint to clients as to the date and * time of the most recently updated reply contained by the linked * resource */ public boolean hasUpdated() { return getUpdated() != null; }