Uses of Class
io.gs2.friend.model.Profile
Packages that use Profile
-
Uses of Profile in io.gs2.friend.model
Methods in io.gs2.friend.model that return ProfileModifier and TypeMethodDescriptionstatic ProfileProfile.fromJson(com.fasterxml.jackson.databind.JsonNode data) Profile.withCreatedAt(Long createdAt) Profile.withFollowerProfile(String followerProfile) Profile.withFriendProfile(String friendProfile) Profile.withProfileId(String profileId) Profile.withPublicProfile(String publicProfile) Profile.withRevision(Long revision) Profile.withUpdatedAt(Long updatedAt) Profile.withUserId(String userId) Methods in io.gs2.friend.model with parameters of type Profile -
Uses of Profile in io.gs2.friend.result
Methods in io.gs2.friend.result that return ProfileModifier and TypeMethodDescriptionDeleteProfileByUserIdResult.getItem()GetProfileByUserIdResult.getItem()GetProfileResult.getItem()UpdateProfileByUserIdResult.getItem()UpdateProfileResult.getItem()Methods in io.gs2.friend.result that return types with arguments of type ProfileMethods in io.gs2.friend.result with parameters of type ProfileModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethod parameters in io.gs2.friend.result with type arguments of type Profile