Uses of Interface
ca.uhn.fhir.rest.gclient.ICreateTyped
-
Packages that use ICreateTyped Package Description ca.uhn.fhir.rest.gclient -
-
Uses of ICreateTyped in ca.uhn.fhir.rest.gclient
Subinterfaces of ICreateTyped in ca.uhn.fhir.rest.gclient Modifier and Type Interface Description interfaceICreateWithQueryTypedMethods in ca.uhn.fhir.rest.gclient that return ICreateTyped Modifier and Type Method Description ICreateTypedICreateTyped. conditionalByUrl(String theSearchUrl)Specifies that the create should be performed as a conditional create against a given search URL.ICreateTypedICreateTyped. prefer(PreferReturnEnum theReturn)Add aPreferheader to the request, which requests that the server include or suppress the resource body as a part of the result.ICreateTypedICreate. resource(String theResourceAsText)ICreateTypedICreate. resource(IBaseResource theResource)
-