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