|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignRequestBuilder | |
---|---|
be.fgov.ehealth.technicalconnector.ra.builders |
Uses of ForeignRequestBuilder in be.fgov.ehealth.technicalconnector.ra.builders |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.builders that return ForeignRequestBuilder | |
---|---|
static ForeignRequestBuilder |
BuilderFactory.newForeignRequestBuilder()
|
ForeignRequestBuilder |
ForeignRequestBuilder.withFirstName(String firstName)
Sets the firstName and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withGeneralEmail(String generalEmail)
Sets the generalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withGeneralPhone(String generalPhone)
Sets the generalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withKeyPair(KeyPair keyPair)
Sets the keyPair and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withName(String name)
Sets the name and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withPersonalEmail(String personalEmail)
Sets the personalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withPersonalPhone(String personalPhone)
Sets the personalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
ForeignRequestBuilder.withSsinBis(String ssinBis)
Sets the ssinBis and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |