Interface GeefBewijzenService
- All Known Implementing Classes:
MagdaClientGeefBewijzenService
public interface GeefBewijzenService
A service for interfacing with MAGDA's "LED.GeefBewijs" services for retrieving information on a citizen's diploma proofs.
-
Method Summary
Modifier and TypeMethodDescriptiongeefBewijzen(GeefBewijsRequest request) Retrieves diploma proof information, if any, from a GeefBewijsRequest.geefBewijzen(GeefBewijsRequest request, UUID requestId) Retrieves diploma proof information, if any, from a GeefBewijsRequest, with a provided request ID.
-
Method Details
-
geefBewijzen
Retrieves diploma proof information, if any, from a GeefBewijsRequest.- Throws:
MagdaClientException- See Also:
-
geefBewijzen
Optional<Bewijzen> geefBewijzen(GeefBewijsRequest request, UUID requestId) throws MagdaClientException Retrieves diploma proof information, if any, from a GeefBewijsRequest, with a provided request ID.- Throws:
MagdaClientException- See Also:
-