Uses of Class
com.skava.paymentapp.model.response.paymentoption.GetAllPaymentOptionResponse
Packages that use GetAllPaymentOptionResponse
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of GetAllPaymentOptionResponse in com.skava.paymentapp.service.impl.paymentoption
Methods in com.skava.paymentapp.service.impl.paymentoption that return GetAllPaymentOptionResponseModifier and TypeMethodDescriptionGetAllPaymentOptionServiceImpl.process
(GetAllPaymentOptionRequest request) PaymentOptionResponse process -
Uses of GetAllPaymentOptionResponse in com.skava.paymentapp.util.paymentoption
Methods in com.skava.paymentapp.util.paymentoption with parameters of type GetAllPaymentOptionResponseModifier and TypeMethodDescriptionint
SortByDate.compare
(GetAllPaymentOptionResponse firstElement, GetAllPaymentOptionResponse secondElement) -
Uses of GetAllPaymentOptionResponse in com.skava.paymentapp.web.paymentoption
Methods in com.skava.paymentapp.web.paymentoption that return types with arguments of type GetAllPaymentOptionResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetAllPaymentOptionResponse>
PaymentOptionController.findAllPaymentOptions
(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String version, String locale, long collectionId, String filter, int page, int size, String sort)