Uses of Enum
ca.uhn.fhir.rest.api.PreferReturnEnum
-
Uses of PreferReturnEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionstatic PreferReturnEnum
PreferReturnEnum.fromHeaderValue
(String theHeaderValue) PreferHeader.getReturn()
static PreferReturnEnum
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. -
Uses of PreferReturnEnum in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionICreateTyped.prefer
(PreferReturnEnum theReturn) Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result.IPatchExecutable.prefer
(PreferReturnEnum theReturn) Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result.IUpdateExecutable.prefer
(PreferReturnEnum theReturn) Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result.