Uses of Class
io.mosip.pmp.partnermanagement.dto.RetrievePartnerDetailsResponse
-
Packages that use RetrievePartnerDetailsResponse Package Description io.mosip.pmp.partnermanagement.controller io.mosip.pmp.partnermanagement.service io.mosip.pmp.partnermanagement.service.impl -
-
Uses of RetrievePartnerDetailsResponse in io.mosip.pmp.partnermanagement.controller
Methods in io.mosip.pmp.partnermanagement.controller that return types with arguments of type RetrievePartnerDetailsResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<RetrievePartnerDetailsResponse>>PartnerManagementController. getAllAuthEKYCPartnersForThePolicyGroup(Optional<String> partnerType)This API would be used to retrieve all Auth/E-KYC Partners for the policy group. -
Uses of RetrievePartnerDetailsResponse in io.mosip.pmp.partnermanagement.service
Methods in io.mosip.pmp.partnermanagement.service that return RetrievePartnerDetailsResponse Modifier and Type Method Description RetrievePartnerDetailsResponsePartnerManagementService. getAllAuthEKYCPartnersForThePolicyGroup(Optional<String> partnerType)This method would be used to retrieve all Auth/E-KYC Partners for the policy group. -
Uses of RetrievePartnerDetailsResponse in io.mosip.pmp.partnermanagement.service.impl
Methods in io.mosip.pmp.partnermanagement.service.impl that return RetrievePartnerDetailsResponse Modifier and Type Method Description RetrievePartnerDetailsResponsePartnerManagementServiceImpl. getAllAuthEKYCPartnersForThePolicyGroup(Optional<String> partnerType)
-