Uses of Class
com.ibm.fhir.model.resource.Communication.Payload
-
Packages that use Communication.Payload Package Description com.ibm.fhir.model.resource -
-
Uses of Communication.Payload in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Communication.Payload Modifier and Type Method Description Communication.Payload
Communication.Payload.Builder. build()
Build theCommunication.Payload
Methods in com.ibm.fhir.model.resource that return types with arguments of type Communication.Payload Modifier and Type Method Description List<Communication.Payload>
Communication. getPayload()
Text, attachment(s), or resource(s) that was communicated to the recipient.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Communication.Payload Modifier and Type Method Description Communication.Builder
Communication.Builder. payload(Collection<Communication.Payload> payload)
Text, attachment(s), or resource(s) that was communicated to the recipient.
-