Class LeadsUserEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.rv.LeadsUserEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLeadOffice
(Long officeId, LeadUserOfficeTypeEnum type, String message, UserML userML) createLeadOfficeLite
(Long officeId, LeadUserOfficeTypeEnum type) createLeadUser
(Long userId, LeadUserOfficeTypeEnum type, String message, UserML userML) createLeadUserLite
(Long userId, LeadUserOfficeTypeEnum type)
-
Constructor Details
-
LeadsUserEndpoint
public LeadsUserEndpoint()
-
-
Method Details
-
createLeadUser
public DefaultResponse createLeadUser(Long userId, LeadUserOfficeTypeEnum type, String message, UserML userML) -
createLeadUserLite
-
createLeadOffice
public DefaultResponse createLeadOffice(Long officeId, LeadUserOfficeTypeEnum type, String message, UserML userML) -
createLeadOfficeLite
-