be.fgov.ehealth.technicalconnector.ra.domain
Class ActorId.Builder

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.ActorId.Builder
Enclosing class:
ActorId

public static final class ActorId.Builder
extends Object

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

value

public ActorId.Builder value(String value)
Sets the value and returns a reference to this Builder so that the methods can be chained together.

Parameters:
value - the value to set
Returns:
a reference to this Builder

type

public ActorId.Builder type(String type)
Sets the type and returns a reference to this Builder so that the methods can be chained together.

Parameters:
type - the type to set
Returns:
a reference to this Builder

build

public ActorId build()
Returns a Id built from the parameters previously set.

Returns:
a Id built with parameters of this Id.Builder



Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.