
Uses of Enum
ca.uhn.fhir.rest.api.RequestTypeEnum
Packages that use RequestTypeEnum
Package
Description
-
Uses of RequestTypeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return RequestTypeEnumModifier and TypeMethodDescriptionstatic 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
Methods in ca.uhn.fhir.rest.client.api with parameters of type RequestTypeEnumModifier 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
Methods in ca.uhn.fhir.rest.server.exceptions that return types with arguments of type RequestTypeEnumModifier and TypeMethodDescriptionMethodNotAllowedException.getAllowedMethods()
Specifies the list of allowed HTTP methods (GET, POST, etc).Methods in ca.uhn.fhir.rest.server.exceptions with parameters of type RequestTypeEnumModifier and TypeMethodDescriptionvoid
MethodNotAllowedException.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 RequestTypeEnumModifier and TypeMethodDescriptionvoid
MethodNotAllowedException.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 RequestTypeEnumModifierConstructorDescriptionMethodNotAllowedException
(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 RequestTypeEnumConstructors in ca.uhn.fhir.util.bundle with parameters of type RequestTypeEnumModifierConstructorDescriptionBundleEntryParts
(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl)