Class GeefFunctiesByPersonRequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
be.vlaanderen.vip.magda.client.diensten.GeefFunctiesByPersonRequest
A request to a "GeefFuncties" MAGDA service allows you to consult the work relations for an INSZ.
Adds the following fields to the
PersonMagdaRequest:
- kboNumber: optional, the company number for the specific company where the job functions of the job holder are requested.
- functionTypes: optional, the codes of specified job functions; only these functions will be searched if provided.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION -
Constructor Summary
ConstructorsConstructorDescriptionGeefFunctiesByPersonRequest(@NotNull INSZNumber insz, @NotNull Registration registration, KBONumber kboNumber, Set<String> functionTypes) -
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
-
GeefFunctiesByPersonRequest
public GeefFunctiesByPersonRequest(@NotNull @NotNull INSZNumber insz, @NotNull @NotNull Registration registration, @Nullable KBONumber kboNumber, @Nullable Set<String> functionTypes)
-
-
Method Details
-
builder
-
magdaServiceIdentification
- Specified by:
magdaServiceIdentificationin classMagdaRequest
-
fillIn
protected void fillIn(MagdaDocument request, UUID requestId, MagdaRegistrationInfo magdaRegistrationInfo, Instant instant) - Specified by:
fillInin classMagdaRequest
-