Class AccountEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.mlsuniversal.AccountEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserInChat
(String chatId, Long userId) createLevelMLSU
(MlsAccountInfo accountInfo) deleteAccount
(Long userId) deleteUserFromChat
(String chatId, Long userId) enableOrDisableLevelMLSU
(Long levelId, Long userId, MLSPermissionsRolEnum role, boolean status) getMLSAccount
(Long userId) getMLSAccountByEmail
(String email) static List
<PermissionLevelMlsU> getPermissionLevelList
(Long userId) getUsersInChat
(String chatId) listAgendaMLSU
(FullPermissionLevel permissionLevels) listLevelsMLSUByLevel
(MLSLevelEnum level, Long refId, Integer limit, String cursor) testMLSToken
(String apiKey, MLSPermissionsRolEnum role) updateMLSAccount
(AccountMlsU account)
-
Constructor Details
-
AccountEndpoint
public AccountEndpoint()
-
-
Method Details
-
logIn
-
createLevelMLSU
-
getMLSAccountByEmail
-
getMLSAccount
-
updateMLSAccount
-
listLevelsMLSUByLevel
public EntityCollectionResponse<LevelMlsU> listLevelsMLSUByLevel(MLSLevelEnum level, Long refId, Integer limit, String cursor) -
enableOrDisableLevelMLSU
public DefaultResponse enableOrDisableLevelMLSU(Long levelId, Long userId, MLSPermissionsRolEnum role, boolean status) -
deleteAccount
-
testMLSToken
-
listAgendaMLSU
-
addUserInChat
-
getUsersInChat
-
getChat
-
deleteUserFromChat
-
getPermissionLevelList
-