Class MarketingRVEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.rv.MarketingRVEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteNotificationRV
(Long notificationId) getNotificationRV
(Long notificationId) getUserAndOfficeByOfficeId
(Long officeId) listNotificationsRV
(Long userRVId, Integer limit, String cursor) listNotificationsTokenRVByToken
(Integer limit, String cursor, String token) saveFormExperience
(FormExperience formExperience) sendEmailToAgent
(SendMessage sendMessage) sendMarketingRV
(Marketing marketing) sendMarketingRVToken
(MarketingToken marketing)
-
Constructor Details
-
MarketingRVEndpoint
public MarketingRVEndpoint()
-
-
Method Details
-
sendMarketingRV
-
listNotificationsRV
public EntityCollectionResponse<NotificationRV> listNotificationsRV(Long userRVId, Integer limit, String cursor) -
getNotificationRV
-
deleteNotificationRV
-
sendMarketingRVToken
-
listNotificationsTokenRVByToken
public EntityCollectionResponse<NotificationRVToken> listNotificationsTokenRVByToken(Integer limit, String cursor, String token) -
getNotificationRVToken
-
deleteNotificationRVToken
-
sendEmailToAgent
-
getUserAndOfficeByOfficeId
-
saveFormExperience
-