|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.technicalconnector.ra.builders.ForeignRequestBuilder
public final class ForeignRequestBuilder
| Method Summary | |
|---|---|
ForeignerRequest |
build()
Returns a ForeignerRequest built from the parameters previously set. |
ForeignRequestBuilder |
withFirstName(String firstName)
Sets the firstName and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withGeneralEmail(String generalEmail)
Sets the generalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withGeneralPhone(String generalPhone)
Sets the generalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withKeyPair(KeyPair keyPair)
Sets the keyPair and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withName(String name)
Sets the name and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withPersonalEmail(String personalEmail)
Sets the personalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withPersonalPhone(String personalPhone)
Sets the personalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
ForeignRequestBuilder |
withSsinBis(String ssinBis)
Sets the ssinBis and returns a reference to this ForeignRequestBuilder so that the methods can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ForeignRequestBuilder withName(String name)
name and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
name - the name to set
public ForeignRequestBuilder withFirstName(String firstName)
firstName and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
firstName - the firstName to set
public ForeignRequestBuilder withSsinBis(String ssinBis)
ssinBis and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
ssinBis - the ssinBis to set
public ForeignRequestBuilder withPersonalEmail(String personalEmail)
personalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
personalEmail - the personalEmail to set
public ForeignRequestBuilder withPersonalPhone(String personalPhone)
personalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
personalPhone - the personalPhone to set
public ForeignRequestBuilder withGeneralEmail(String generalEmail)
generalEmail and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
generalEmail - the generalEmail to set
public ForeignRequestBuilder withGeneralPhone(String generalPhone)
generalPhone and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
generalPhone - the generalPhone to set
public ForeignRequestBuilder withKeyPair(KeyPair keyPair)
keyPair and returns a reference to this ForeignRequestBuilder so that the methods can be chained together.
keyPair - the keyPair to set
public ForeignerRequest build()
throws TechnicalConnectorException
ForeignerRequest built from the parameters previously set.
ForeignerRequest built with parameters of this ForeignerRequest.Builder
TechnicalConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||