Uses of Class
ca.uhn.fhir.rest.api.RequestTypeEnum
-
Packages that use RequestTypeEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.client.api ca.uhn.fhir.rest.server.exceptions ca.uhn.fhir.util.bundle -
-
Uses of RequestTypeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return RequestTypeEnum Modifier and Type Method Description static RequestTypeEnumRequestTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestTypeEnum[]RequestTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestTypeEnum in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type RequestTypeEnum Modifier and Type Method Description IHttpClientIRestfulClientFactory. getHttpClient(StringBuilder theUrl, Map<String,List<String>> theIfNoneExistParams, String theIfNoneExistString, RequestTypeEnum theRequestType, List<Header> theHeaders)Returns the HTTP client instance. -
Uses of RequestTypeEnum in ca.uhn.fhir.rest.server.exceptions
Methods in ca.uhn.fhir.rest.server.exceptions that return types with arguments of type RequestTypeEnum Modifier and Type Method Description Set<RequestTypeEnum>MethodNotAllowedException. getAllowedMethods()Specifies the list of allowed HTTP methods (GET, POST, etc).Methods in ca.uhn.fhir.rest.server.exceptions with parameters of type RequestTypeEnum Modifier and Type Method Description voidMethodNotAllowedException. setAllowedMethods(RequestTypeEnum... theAllowedMethods)Specifies the list of allowed HTTP methods (GET, POST, etc).Method parameters in ca.uhn.fhir.rest.server.exceptions with type arguments of type RequestTypeEnum Modifier and Type Method Description voidMethodNotAllowedException. setAllowedMethods(Set<RequestTypeEnum> theAllowedMethods)Specifies the list of allowed HTTP methods (GET, POST, etc).Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type RequestTypeEnum Constructor Description MethodNotAllowedException(String theMessage, RequestTypeEnum... theAllowedMethods)ConstructorMethodNotAllowedException(String theMessage, IBaseOperationOutcome theOperationOutcome, RequestTypeEnum... theAllowedMethods)Constructor -
Uses of RequestTypeEnum in ca.uhn.fhir.util.bundle
Methods in ca.uhn.fhir.util.bundle that return RequestTypeEnum Modifier and Type Method Description RequestTypeEnumBundleEntryParts. getRequestType()Constructors in ca.uhn.fhir.util.bundle with parameters of type RequestTypeEnum Constructor Description BundleEntryParts(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl)
-