Uses of Class
de.adorsys.psd2.sandbox.tpp.rest.api.domain.OperationInfo
-
Packages that use OperationInfo Package Description de.adorsys.psd2.sandbox.tpp.rest.api.resource -
-
Uses of OperationInfo in de.adorsys.psd2.sandbox.tpp.rest.api.resource
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.resource that return types with arguments of type OperationInfo Modifier and Type Method Description org.springframework.http.ResponseEntity<OperationInfo>TppOperationInfoRestApi. addOperationInfo(OperationInfo operationInfo)org.springframework.http.ResponseEntity<List<OperationInfo>>TppOperationInfoRestApi. getAllOperations(OperationType operationType)Methods in de.adorsys.psd2.sandbox.tpp.rest.api.resource with parameters of type OperationInfo Modifier and Type Method Description org.springframework.http.ResponseEntity<OperationInfo>TppOperationInfoRestApi. addOperationInfo(OperationInfo operationInfo)
-