Uses of Class
org.linuxforhealth.fhir.model.resource.CommunicationRequest.Payload
-
Packages that use CommunicationRequest.Payload Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CommunicationRequest.Payload in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequest.Payload
CommunicationRequest.Payload.Builder. build()
Build theCommunicationRequest.Payload
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CommunicationRequest.Payload Modifier and Type Method Description java.util.List<CommunicationRequest.Payload>
CommunicationRequest. getPayload()
Text, attachment(s), or resource(s) to be communicated to the recipient.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CommunicationRequest.Payload Modifier and Type Method Description protected CommunicationRequest.Payload.Builder
CommunicationRequest.Payload.Builder. from(CommunicationRequest.Payload payload)
CommunicationRequest.Builder
CommunicationRequest.Builder. payload(CommunicationRequest.Payload... payload)
Text, attachment(s), or resource(s) to be communicated to the recipient.protected void
CommunicationRequest.Payload.Builder. validate(CommunicationRequest.Payload payload)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequest.Builder
CommunicationRequest.Builder. payload(java.util.Collection<CommunicationRequest.Payload> payload)
Text, attachment(s), or resource(s) to be communicated to the recipient.
-