Class RegistreerBewijsRequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
be.vlaanderen.vip.magda.client.diensten.RegistreerBewijsRequest
A request to a "LED.RegistreerBewijs" MAGDA service, which registers diploma proofs for the INSZ number of the citizen to whom a diploma has been awarded.
Adds the following fields to the
PersonMagdaRequest:
- leverancierNaam: the name of the supplier
- leverancierBewijsreferte: the LED refernce of the supplier
- bewijsBasis: the basic content of the proof to be registered
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION -
Constructor Summary
ConstructorsConstructorDescriptionRegistreerBewijsRequest(@NotNull INSZNumber insz, @NotNull Registration registration, @NotNull String leverancierNaam, @NotNull String leverancierBewijsreferte, Bewijs.Basis bewijsBasis) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected voidfillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) Methods inherited from class be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
getSubjectMethods inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
fillInCommonFields, toMagdaDocument, toMagdaDocument
-
Constructor Details
-
RegistreerBewijsRequest
public RegistreerBewijsRequest(@NotNull @NotNull INSZNumber insz, @NotNull @NotNull Registration registration, @NotNull @NotNull String leverancierNaam, @NotNull @NotNull String leverancierBewijsreferte, @NotNull Bewijs.Basis bewijsBasis)
-
-
Method Details
-
builder
-
magdaServiceIdentification
- Specified by:
magdaServiceIdentificationin classMagdaRequest
-
fillIn
protected void fillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) - Specified by:
fillInin classMagdaRequest
-