Uses of Class
org.linuxforhealth.fhir.model.resource.MessageHeader.Destination
-
Packages that use MessageHeader.Destination Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MessageHeader.Destination in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MessageHeader.Destination Modifier and Type Method Description MessageHeader.Destination
MessageHeader.Destination.Builder. build()
Build theMessageHeader.Destination
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MessageHeader.Destination Modifier and Type Method Description java.util.List<MessageHeader.Destination>
MessageHeader. getDestination()
The destination application which the message is intended for.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type MessageHeader.Destination Modifier and Type Method Description MessageHeader.Builder
MessageHeader.Builder. destination(java.util.Collection<MessageHeader.Destination> destination)
The destination application which the message is intended for.
-