Uses of Class
de.adorsys.psd2.sandbox.tpp.rest.api.domain.OperationType
-
Packages that use OperationType Package Description de.adorsys.psd2.sandbox.tpp.rest.api.domain de.adorsys.psd2.sandbox.tpp.rest.api.resource -
-
Uses of OperationType in de.adorsys.psd2.sandbox.tpp.rest.api.domain
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.domain that return OperationType Modifier and Type Method Description static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationType in de.adorsys.psd2.sandbox.tpp.rest.api.resource
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.resource with parameters of type OperationType Modifier and Type Method Description org.springframework.http.ResponseEntity<List<OperationInfo>>TppOperationInfoRestApi. getAllOperations(OperationType operationType)
-