Uses of Class
dev.getelements.elements.sdk.model.friend.Friend
Packages that use Friend
Package
Description
-
Uses of Friend in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return FriendMethods in dev.getelements.elements.dao.mongo that return types with arguments of type FriendModifier and TypeMethodDescriptionMongoFriendDao.getFriendsForUser
(User user, int offset, int count) MongoFriendDao.getFriendsForUser
(User user, int offset, int count, String search) -
Uses of Friend in dev.getelements.elements.rest.friends
Methods in dev.getelements.elements.rest.friends that return FriendMethods in dev.getelements.elements.rest.friends that return types with arguments of type FriendModifier and TypeMethodDescriptionFriendResource.getFriends
(int offset, int count, String search) -
Uses of Friend in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return FriendMethods in dev.getelements.elements.sdk.dao that return types with arguments of type FriendModifier and TypeMethodDescriptionFriendDao.getFriendsForUser
(User user, int offset, int count) FriendDao.getFriendsForUser
(User user, int offset, int count, String search) -
Uses of Friend in dev.getelements.elements.sdk.service.friend
Methods in dev.getelements.elements.sdk.service.friend that return FriendMethods in dev.getelements.elements.sdk.service.friend that return types with arguments of type FriendModifier and TypeMethodDescriptionFriendService.getFriends
(int offset, int count) Gets the listing ofFriend
with the supplied offset and count.FriendService.getFriends
(int offset, int count, String search) Gets the listing ofFriend
with the supplied offset, count, and search query. -
Uses of Friend in dev.getelements.elements.service.friend
Methods in dev.getelements.elements.service.friend that return FriendMethods in dev.getelements.elements.service.friend that return types with arguments of type FriendModifier and TypeMethodDescriptionUserFriendService.getFriends
(int offset, int count) UserFriendService.getFriends
(int offset, int count, String search)