This is the collection of getter methods within the Checkpoints
interface. There are only three getter methods, getStore
, getCheckpoint
, and getCheckpointIds
.
getStore
The getStore method returns a reference to the underlying Store
that is backing this Checkpoints
object.
getCheckpoint
The getCheckpoint
method fetches the label for a checkpoint, if it had been provided at the time of the addCheckpoint
method or set subsequently with the setCheckpoint
method.
getCheckpointIds
The getCheckpointIds
method returns an array of the checkpoint Ids
being managed by this Checkpoints
object.