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.DestinationMessageHeader.Destination.Builder. build()Build theMessageHeader.DestinationMethods 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.BuilderMessageHeader.Builder. destination(MessageHeader.Destination... destination)The destination application which the message is intended for.protected MessageHeader.Destination.BuilderMessageHeader.Destination.Builder. from(MessageHeader.Destination destination)protected voidMessageHeader.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.BuilderMessageHeader.Builder. destination(java.util.Collection<MessageHeader.Destination> destination)The destination application which the message is intended for. 
 -