Class GeefLoopbaanARZARequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
be.vlaanderen.vip.magda.client.diensten.GeefLoopbaanARZARequest
A request to a "GeefLoopbaanARZA" MAGDA service, which provides information regarding self-employment for an INSZ.
Adds the following fields to the
PersonMagdaRequest:
- startDate: required, the start date of the period
- endDate: optional, the end date of the period
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION -
Constructor Summary
ConstructorsConstructorDescriptionGeefLoopbaanARZARequest(@NotNull INSZNumber insz, @NotNull Registration registration, @NotNull LocalDate startDate, LocalDate endDate) -
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
-
GeefLoopbaanARZARequest
public GeefLoopbaanARZARequest(@NotNull @NotNull INSZNumber insz, @NotNull @NotNull Registration registration, @NotNull @NotNull LocalDate startDate, @Nullable LocalDate endDate)
-
-
Method Details
-
builder
-
magdaServiceIdentification
- Specified by:
magdaServiceIdentificationin classMagdaRequest
-
fillIn
protected void fillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) - Specified by:
fillInin classMagdaRequest
-