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