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.Payload
CommunicationRequest.Payload.Builder. build()
Build theCommunicationRequest.Payload
Methods 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.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequest.Builder
CommunicationRequest.Builder. payload(Collection<CommunicationRequest.Payload> payload)
Text, attachment(s), or resource(s) to be communicated to the recipient.
-