Uses of Class
ca.uhn.fhir.rest.api.SummaryEnum
-
Packages that use SummaryEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.client.api ca.uhn.fhir.rest.gclient -
-
Uses of SummaryEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SummaryEnum Modifier and Type Method Description static SummaryEnumSummaryEnum. fromCode(String theCode)static SummaryEnumSummaryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SummaryEnum[]SummaryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SummaryEnum in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type SummaryEnum Modifier and Type Method Description voidIRestfulClient. setSummary(SummaryEnum theSummary)If not set tonull, specifies a value for the_summaryparameter to be applied globally on this client. -
Uses of SummaryEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type SummaryEnum Modifier and Type Method Description TIClientExecutable. summaryMode(SummaryEnum theSummary)Request that the server modify the response using the_summaryparam
-