Class LeadUserEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.LeadUserEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistLeadByClient(Long clientId, Integer limit, Integer cursor) listLeadUserByOfficeOrder(Long officeId, Integer limit, String cursor) viewLeadUserInfo(Long userId)
-
Constructor Details
-
LeadUserEndpoint
public LeadUserEndpoint()
-
-
Method Details
-
viewLeadUserInfo
-
listLeadUserByOfficeOrder
public EntityCollectionResponse<LeadUserInfo> listLeadUserByOfficeOrder(Long officeId, Integer limit, String cursor) -
listLeadByClient
public EntityCollectionResponse<Lead> listLeadByClient(Long clientId, Integer limit, Integer cursor)
-