
Package ca.uhn.fhir.rest.annotation
Annotation Type Delete
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends IBaseResource>
type
The return type for this search method.
-
-
-
Element Detail
-
type
Class<? extends IBaseResource> type
The return type for this search method. This generally does not need to be populated for a server implementation, since servers will return only one resource per class, but generally does need to be populated for client implementations.- Default:
- org.hl7.fhir.instance.model.api.IBaseResource.class
-
-