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