Class UserInfoQuery

  • All Implemented Interfaces:
    Expandable<SearchQuery>, SearchQuery

    public class UserInfoQuery
    extends Object
    implements SearchQuery
    SearchQuery for user info. It finds user(s) info based on the white-space delimited list of strings representing partial or full usernames or user full names. For example: given 2 users with username/full name: "gyellow"/"Yellow Gonzo" "gthing"/"Gonzo Thing" search for "go th" will return user info for "gthing" only whereas search for "gOn" will return user info for both users,
    Since:
    7.20
    • Constructor Detail

      • UserInfoQuery

        public UserInfoQuery​(String queryString)
        Construct a SearchQuery that finds user(s) info by the prefix of the username or user full name
        Parameters:
        queryString - white-space delimited list of strings representing partial or full usernames or user full names