| Modifier and Type | Method and Description |
|---|---|
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. |
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 setpublic 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 setpublic 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 setpublic Actor build()
Actor built from the parameters previously set.Actor built with parameters of this Actor.Builder
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.