Uses of Class
vn.edu.uit.csbu.software_design.software_design_backend.account.accountModel
Packages that use accountModel
-
Uses of accountModel in vn.edu.uit.csbu.software_design.software_design_backend.account
Subinterfaces with type arguments of type accountModel in vn.edu.uit.csbu.software_design.software_design_backend.accountModifier and TypeInterfaceDescriptioninterfaceThe interface Account repository.Methods in vn.edu.uit.csbu.software_design.software_design_backend.account that return types with arguments of type accountModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<accountModel> accountController.findAccount(String name) Retrieves account information by name.accountRepository.findByName(String name) Find by name optional.accountRepository.findByStreamKey(String streamey) Find by stream key optional.Constructor parameters in vn.edu.uit.csbu.software_design.software_design_backend.account with type arguments of type accountModelModifierConstructorDescriptionaccountResponseDTO(ArrayList<accountModel> dataArray, String optData, accountResponseType type) Instantiates a new Account response dto.