getFirstEntry (ViewEntryCollection - Java)

Gets the first entry in a view entry collection.

Defined in

ViewEntryCollection

Syntax

public ViewEntry getFirstEntry()
    throws NotesException

Return value

ViewEntry

The first entry in the view entry collection. If there are no entries in the collection, returns null.

Example