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