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