GetUsersResult

public final class GetUsersResult extends Object

Represents the result of the getUsersAsync(Collection) API.

Public Method Summary

Set<UserIdentifier>
getNotFound()
Set of identifiers that were requested, but not found.
Set<UserRecord>
getUsers()
Set of user records corresponding to the set of users that were requested.

Inherited Method Summary

Public Methods

public Set<UserIdentifier> getNotFound ()

Set of identifiers that were requested, but not found.

public Set<UserRecord> getUsers ()

Set of user records corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.