
Uses of Enum Class
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 TypeMethodDescriptionPagingHttpMethodEnum.getRequestType()static RequestTypeEnumReturns the enum constant of this class with the specified name.static RequestTypeEnum[]RequestTypeEnum.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidMethodNotAllowedException.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 TypeMethodDescriptionvoidMethodNotAllowedException.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
Fields in ca.uhn.fhir.util.bundle declared as RequestTypeEnumModifier and TypeFieldDescriptionprotected RequestTypeEnumBundleEntryParts.myMethodprotected RequestTypeEnumBundleEntryParts.myRequestTypeMethods in ca.uhn.fhir.util.bundle that return RequestTypeEnumModifier and TypeMethodDescriptionBundleEntryParts.getMethod()ModifiableBundleEntry.getRequestMethod()Deprecated, for removal: This API element is subject to removal in a future version.BundleEntryParts.getRequestType()Methods in ca.uhn.fhir.util.bundle with parameters of type RequestTypeEnumModifier and TypeMethodDescriptionvoidBundleEntryMutator.setMethod(RequestTypeEnum theMethod) voidModifiableBundleEntryParts.setMethod(RequestTypeEnum theMethod) Constructors in ca.uhn.fhir.util.bundle with parameters of type RequestTypeEnumModifierConstructorDescriptionBundleEntryParts(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl, RequestTypeEnum theMethod) Constructor