userFields property

List<String> userFields
getter/setter pair

Fields which may be used to identify a third party user. These should be ordered to suggest the way that entities may be grouped, where higher groupings are ordered first. For example, the name of a network should be searched before the nickname of a user.

Implementation

List<String> userFields;