getEntryNames

abstract fun getEntryNames(@NonNull namespaceName: String): Collection<String>

Get the names of all requested entries in a name space.

This includes the name of entries that weren't successfully retrieved. It is an error to call this with a namespace not returned in getNamespaces.

Return

A collection of names for the given namespace.

Parameters

namespaceName

the namespace name to get entries for.