Class GiftEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.GiftEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGift(Long sender, Long userId) createLinkDynamic(Long userId) getAccountWithLink(Long userId) listGifts(Long userId, GiftStatusEnum status, Integer limit, String cursor) listRewards(Long officeId, GiftStatusEnum status, Integer limit, String cursor)
-
Constructor Details
-
GiftEndpoint
public GiftEndpoint()
-
-
Method Details
-
sendGift
-
createGift
-
listGifts
public EntityCollectionResponse<Gift> listGifts(Long userId, GiftStatusEnum status, Integer limit, String cursor) -
listRewards
public EntityCollectionResponse<Gift> listRewards(Long officeId, GiftStatusEnum status, Integer limit, String cursor) -
createLinkDynamic
-
getAccountWithLink
-