Uses of Class
com.iizix.user.ProfilePictureInfo
Uses of ProfilePictureInfo in com.iizix.user
Modifier and TypeFieldDescriptionstatic Comparator<ProfilePictureInfo>
ProfilePictureInfo.LARGEST_FIRST
Sort instance to get the largest images first.Modifier and TypeMethodDescriptionUserProfileInfo.getProfilePictures()
The list of profile pictures, null for none.UserProfileInfo.getProfilePicturesLargestFirst()
Gets the list of profile pictures, null for none.static ProfilePictureInfo[]
ProfilePictureInfo.sortLargestFirst
(ProfilePictureInfo[] images) Sorts the array of ProfilePictureInfo's so that the largest ones comes first.Modifier and TypeMethodDescriptionstatic ProfilePictureInfo[]
ProfilePictureInfo.sortLargestFirst
(ProfilePictureInfo[] images) Sorts the array of ProfilePictureInfo's so that the largest ones comes first.ModifierConstructorDescriptionUserProfileInfo
(String id, String title, String fullName, String firstName, String middleName, String lastName, String email, Boolean isEmailVerified, String country, String language, ProfilePictureInfo[] images) Creates a new instance to store the light user profile information.