Class GeefDossierHandicapByDateRequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
be.vlaanderen.vip.magda.client.diensten.GeefDossierHandicapByDateRequest
A request to a "GeefDossierHandicap" MAGDA service, which provides information regarding disability for an INSZ.
Adds the following fields to the
PersonMagdaRequest:
- referenceDate: the reference date
- sources: include the sources to consult
- parts: include file parts
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enum -
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION -
Constructor Summary
ConstructorsConstructorDescriptionGeefDossierHandicapByDateRequest(@NotNull INSZNumber insz, @NotNull Registration registration, @NotNull LocalDate referenceDate, Set<GeefDossierHandicapByDateRequest.HandicapAuthenticSourceType> sources, Set<GeefDossierHandicapByDateRequest.HandicapFilePartType> parts) -
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
-
GeefDossierHandicapByDateRequest
public GeefDossierHandicapByDateRequest(@NotNull @NotNull INSZNumber insz, @NotNull @NotNull Registration registration, @NotNull @NotNull LocalDate referenceDate, @Nullable Set<GeefDossierHandicapByDateRequest.HandicapAuthenticSourceType> sources, @Nullable Set<GeefDossierHandicapByDateRequest.HandicapFilePartType> parts)
-
-
Method Details
-
builder
-
magdaServiceIdentification
- Specified by:
magdaServiceIdentificationin classMagdaRequest
-
fillIn
protected void fillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) - Specified by:
fillInin classMagdaRequest
-