Class FavoritesEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.FavoritesEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteFavorite
(Long favoriteId) listFavoritesByOfficeId
(Long officeId, Integer limit, String cursor) saveFavorite
(Long officeId, Long propertyId)
-
Constructor Details
-
FavoritesEndpoint
public FavoritesEndpoint()
-
-
Method Details
-
saveFavorite
-
deleteFavorite
-
listFavoritesByOfficeId
public EntityCollectionResponse<FavoriteGlobal> listFavoritesByOfficeId(Long officeId, Integer limit, String cursor)
-