Uses of Enum
ca.uhn.fhir.rest.api.RequestTypeEnum
Package
Description
-
Uses of RequestTypeEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionPagingHttpMethodEnum.getRequestType()
static RequestTypeEnum
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
Modifier and TypeMethodDescriptionIRestfulClientFactory.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
Modifier and TypeMethodDescriptionMethodNotAllowedException.getAllowedMethods()
Specifies the list of allowed HTTP methods (GET, POST, etc).Modifier and TypeMethodDescriptionvoid
MethodNotAllowedException.setAllowedMethods
(RequestTypeEnum... theAllowedMethods) Specifies the list of allowed HTTP methods (GET, POST, etc).Modifier and TypeMethodDescriptionvoid
MethodNotAllowedException.setAllowedMethods
(Set<RequestTypeEnum> theAllowedMethods) Specifies the list of allowed HTTP methods (GET, POST, etc).ModifierConstructorDescriptionMethodNotAllowedException
(String theMessage, RequestTypeEnum... theAllowedMethods) ConstructorMethodNotAllowedException
(String theMessage, IBaseOperationOutcome theOperationOutcome, RequestTypeEnum... theAllowedMethods) Constructor -
Uses of RequestTypeEnum in ca.uhn.fhir.util.bundle
Modifier and TypeMethodDescriptionModifiableBundleEntry.getRequestMethod()
BundleEntryParts.getRequestType()
ModifierConstructorDescriptionBundleEntryParts
(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl)