Class WebHookEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.fiabci.WebHookEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertiesFromAPI(String email, BrandTypeEnum brand, Integer limit, String cursor) getPropertiesFromAPIBQ(String email, Integer limit, Integer cursor) updateBCardFromAPI(UserBCardApi userBCardApi) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
WebHookEndpoint
public WebHookEndpoint()
-
-
Method Details
-
updateBCardFromAPI
-
getPropertiesFromAPI
public EntityCollectionResponse<PropertyLite> getPropertiesFromAPI(String email, BrandTypeEnum brand, Integer limit, String cursor) -
getPropertiesFromAPIBQ
public EntityCollectionResponse<PropertyLite> getPropertiesFromAPIBQ(String email, Integer limit, Integer cursor)
-