Uses of Interface
be.vlaanderen.vip.magda.client.diensten.subject.SubjectIdentificationNumber
Packages that use SubjectIdentificationNumber
Package
Description
-
Uses of SubjectIdentificationNumber in be.vlaanderen.vip.magda.client
Methods in be.vlaanderen.vip.magda.client that return SubjectIdentificationNumber -
Uses of SubjectIdentificationNumber in be.vlaanderen.vip.magda.client.diensten
Methods in be.vlaanderen.vip.magda.client.diensten that return SubjectIdentificationNumberMethods in be.vlaanderen.vip.magda.client.diensten with parameters of type SubjectIdentificationNumberModifier and TypeMethodDescriptionSubjectMagdaRequest.Builder.subject
(SubjectIdentificationNumber subject) Constructors in be.vlaanderen.vip.magda.client.diensten with parameters of type SubjectIdentificationNumberModifierConstructorDescriptionprotected
SubjectMagdaRequest
(@NotNull SubjectIdentificationNumber subject, @NotNull String registration) -
Uses of SubjectIdentificationNumber in be.vlaanderen.vip.magda.client.diensten.subject
Classes in be.vlaanderen.vip.magda.client.diensten.subject that implement SubjectIdentificationNumber -
Uses of SubjectIdentificationNumber in be.vlaanderen.vip.magda.exception
Constructors in be.vlaanderen.vip.magda.exception with parameters of type SubjectIdentificationNumberModifierConstructorDescriptionUitzonderingenSectionInResponseException
(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries) -
Uses of SubjectIdentificationNumber in be.vlaanderen.vip.magda.legallogging.model
Constructors in be.vlaanderen.vip.magda.legallogging.model with parameters of type SubjectIdentificationNumberModifierConstructorDescriptionMagdaLoggedRequest
(SubjectIdentificationNumber subject, UUID transactionID, UUID localTransactionID, String serviceName, String serviceVersion, MagdaRegistrationInfo registrationInfo) UnansweredLoggedRequest
(SubjectIdentificationNumber subject, UUID transactionID, UUID localTransactionID, String serviceName, String serviceVersion, MagdaRegistrationInfo registrationInfo) Constructor parameters in be.vlaanderen.vip.magda.legallogging.model with type arguments of type SubjectIdentificationNumberModifierConstructorDescriptionSucceededLoggedRequest
(List<SubjectIdentificationNumber> subjects, UUID transactionID, UUID localTransactionID, Duration duration, String serviceName, String serviceVersion, MagdaRegistrationInfo registrationInfo)