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