Uses of Class
org.linuxforhealth.fhir.operation.bulkdata.model.PollingLocationResponse.Output
-
Packages that use PollingLocationResponse.Output Package Description org.linuxforhealth.fhir.operation.bulkdata.model -
-
Uses of PollingLocationResponse.Output in org.linuxforhealth.fhir.operation.bulkdata.model
Methods in org.linuxforhealth.fhir.operation.bulkdata.model that return types with arguments of type PollingLocationResponse.Output Modifier and Type Method Description java.util.List<PollingLocationResponse.Output>
PollingLocationResponse. getDeleted()
java.util.List<PollingLocationResponse.Output>
PollingLocationResponse. getError()
java.util.List<PollingLocationResponse.Output>
PollingLocationResponse. getOutput()
Methods in org.linuxforhealth.fhir.operation.bulkdata.model with parameters of type PollingLocationResponse.Output Modifier and Type Method Description static void
PollingLocationResponse.Output.Writer. generate(jakarta.json.stream.JsonGenerator generatorOutput, PollingLocationResponse.Output output)
Method parameters in org.linuxforhealth.fhir.operation.bulkdata.model with type arguments of type PollingLocationResponse.Output Modifier and Type Method Description void
PollingLocationResponse. addOutput(java.util.Collection<PollingLocationResponse.Output> output)
void
PollingLocationResponse. setDeleted(java.util.List<PollingLocationResponse.Output> deleted)
void
PollingLocationResponse. setError(java.util.List<PollingLocationResponse.Output> error)
void
PollingLocationResponse. setOutput(java.util.List<PollingLocationResponse.Output> output)
-