Uses of Class
com.iizix.user.ProfilePictureInfo
Packages that use ProfilePictureInfo
Uses of ProfilePictureInfo in com.iizix.user
Fields in com.iizix.user with type parameters of type ProfilePictureInfoModifier and TypeFieldDescriptionstatic Comparator<ProfilePictureInfo>ProfilePictureInfo.LARGEST_FIRSTSort instance to get the largest images first.Methods in com.iizix.user that return ProfilePictureInfoModifier 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.Methods in com.iizix.user with parameters of type ProfilePictureInfoModifier and TypeMethodDescriptionstatic ProfilePictureInfo[]ProfilePictureInfo.sortLargestFirst(ProfilePictureInfo[] images) Sorts the array of ProfilePictureInfo's so that the largest ones comes first.Constructors in com.iizix.user with parameters of type ProfilePictureInfoModifierConstructorDescriptionUserProfileInfo(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.