Uses of Class
ca.uhn.fhir.rest.api.PreferReturnEnum
-
Packages that use PreferReturnEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient -
-
Uses of PreferReturnEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return PreferReturnEnum Modifier and Type Method Description static PreferReturnEnumPreferReturnEnum. fromHeaderValue(String theHeaderValue)PreferReturnEnumPreferHeader. getReturn()static PreferReturnEnumPreferReturnEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PreferReturnEnum[]PreferReturnEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.rest.api with parameters of type PreferReturnEnum Modifier and Type Method Description PreferHeaderPreferHeader. setReturn(PreferReturnEnum theReturn) -
Uses of PreferReturnEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type PreferReturnEnum Modifier and Type Method Description 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.IPatchExecutableIPatchExecutable. 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.IUpdateExecutableIUpdateExecutable. 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.
-