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