
Uses of Enum Class
ca.uhn.fhir.rest.api.PreferReturnEnum
Packages that use PreferReturnEnum
-
Uses of PreferReturnEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return PreferReturnEnumModifier and TypeMethodDescriptionstatic PreferReturnEnum
PreferReturnEnum.fromHeaderValue
(String theHeaderValue) PreferHeader.getReturn()
static PreferReturnEnum
Returns the enum constant of this class with the specified name.static PreferReturnEnum[]
PreferReturnEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.api with parameters of type PreferReturnEnum -
Uses of PreferReturnEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type PreferReturnEnumModifier 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.