Uses of Class
com.iizix.urn.user.UserProfileStringURN
Uses of UserProfileStringURN in com.iizix.urn.user
Modifier and TypeMethodDescriptionstatic UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, UserProfileStringURNType query) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, UserProfileStringURNType query, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, UserProfileStringURNType query, int oneBasedIndex) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, UserProfileStringURNType query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, String query) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, String query, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, String query, int oneBasedIndex) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserID
(long id, String query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, UserProfileStringURNType query) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, UserProfileStringURNType query, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, UserProfileStringURNType query, int oneBasedIndex) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, UserProfileStringURNType query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, String query) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, String query, boolean reload) Creates a User Profile String URN.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, String query, int oneBasedIndex) Creates a User Profile String URN using a possible cached instance of the user information.static UserProfileStringURN
UserProfileStringURN.fromUserName
(String userName, String query, int oneBasedIndex, boolean reload) Creates a User Profile String URN.