|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.technicalconnector.ra.domain.ContractRequest.Builder
public static final class ContractRequest.Builder
ContractRequest
builder static inner class.
Method Summary | |
---|---|
ContractRequest |
build()
Returns a ContractRequest built from the parameters previously set. |
ContractRequest.Builder |
certificateIdentifier(CertificateIdentifier certificateIdentifier)
Sets the certificateIdentifier and returns a reference to this Builder so that the methods can be chained together. |
ContractRequest.Builder |
contactData(ContactData contactData)
Sets the contactData and returns a reference to this Builder so that the methods can be chained together. |
ContractRequest.Builder |
signer(Actor signer)
Sets the actor and returns a reference to this Builder 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 ContractRequest.Builder contactData(ContactData contactData)
contactData
and returns a reference to this Builder so that the methods can be chained together.
contactData
- the contactData
to set
public ContractRequest.Builder signer(Actor signer)
actor
and returns a reference to this Builder so that the methods can be chained together.
signer
- the actor
to set
public ContractRequest.Builder certificateIdentifier(CertificateIdentifier certificateIdentifier)
certificateIdentifier
and returns a reference to this Builder so that the methods can be chained together.
certificateIdentifier
- the certificateIdentifier
to set
public ContractRequest build() throws TechnicalConnectorException
ContractRequest
built from the parameters previously set.
ContractRequest
built with parameters of this ContractRequest.Builder
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |