Uses of Class
com.ibm.fhir.model.resource.MessageHeader.Destination
-
Packages that use MessageHeader.Destination Package Description com.ibm.fhir.model.resource -
-
Uses of MessageHeader.Destination in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MessageHeader.Destination Modifier and Type Method Description MessageHeader.Destination
MessageHeader.Destination.Builder. build()
Build theMessageHeader.Destination
Methods in com.ibm.fhir.model.resource that return types with arguments of type MessageHeader.Destination Modifier and Type Method Description List<MessageHeader.Destination>
MessageHeader. getDestination()
The destination application which the message is intended for.Methods in com.ibm.fhir.model.resource with parameters of type MessageHeader.Destination Modifier and Type Method Description MessageHeader.Builder
MessageHeader.Builder. destination(MessageHeader.Destination... destination)
The destination application which the message is intended for.protected MessageHeader.Destination.Builder
MessageHeader.Destination.Builder. from(MessageHeader.Destination destination)
protected void
MessageHeader.Destination.Builder. validate(MessageHeader.Destination destination)
Method parameters in com.ibm.fhir.model.resource with type arguments of type MessageHeader.Destination Modifier and Type Method Description MessageHeader.Builder
MessageHeader.Builder. destination(Collection<MessageHeader.Destination> destination)
The destination application which the message is intended for.
-