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.PayloadCommunication.Payload.Builder. build()Build theCommunication.PayloadMethods 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.BuilderCommunication.Payload.Builder. from(Communication.Payload payload)Communication.BuilderCommunication.Builder. payload(Communication.Payload... payload)Text, attachment(s), or resource(s) that was communicated to the recipient.protected voidCommunication.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.BuilderCommunication.Builder. payload(Collection<Communication.Payload> payload)Text, attachment(s), or resource(s) that was communicated to the recipient.
-