public static final class RevocationContractRequest.Builder extends Object
RevocationContractRequest
builder static inner class.Modifier and Type | Method and Description |
---|---|
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. |
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 setpublic 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 setpublic 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 setpublic RevocationContractRequest build() throws TechnicalConnectorException
RevocationContractRequest
built from the parameters previously set.RevocationContractRequest
built with parameters of this RevocationContractRequest.Builder
TechnicalConnectorException
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.