Class ClientEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.mlsuniversal.ClientEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteClientInProperty(Long propertyClientId) listClientsMLS(Long userId, Long orgId, MLSClientListEnum filter) listPropertyClients(Long userId, Long orgId, MLSClientListEnum filter) pinPropertyClient(Long propertyClientId, boolean pin)
-
Constructor Details
-
ClientEndpoint
public ClientEndpoint()
-
-
Method Details
-
addClientInPropertyMLS
-
listClientsMLS
public EntityCollectionResponse<PermissionMlsU> listClientsMLS(Long userId, Long orgId, MLSClientListEnum filter) -
listPropertyClients
public EntityCollectionResponse<PropertyClientMLS> listPropertyClients(Long userId, Long orgId, MLSClientListEnum filter) -
pinPropertyClient
-
deleteClientInProperty
-