|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.technicalconnector.ra.domain.CertificateIdentifier.Builder
public static final class CertificateIdentifier.Builder
CertificateIdentifier builder static inner class.
| Method Summary | |
|---|---|
CertificateIdentifier.Builder |
actor(Actor actor)
Sets the actor and returns a reference to this Builder so that the methods can be chained together. |
CertificateIdentifier.Builder |
applicationId(String applicationId)
Sets the applicationId and returns a reference to this Builder so that the methods can be chained together. |
CertificateIdentifier |
build()
Returns a CertificateIdentifier built from the parameters previously set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CertificateIdentifier.Builder actor(Actor actor)
actor and returns a reference to this Builder so that the methods can be chained together.
actor - the actor to set
public CertificateIdentifier.Builder applicationId(String applicationId)
applicationId and returns a reference to this Builder so that the methods can be chained together.
applicationId - the applicationId to set
public CertificateIdentifier build()
CertificateIdentifier built from the parameters previously set.
CertificateIdentifier built with parameters of this CertificateIdentifier.Builder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||