| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.server.exceptions | |
| ca.uhn.fhir.util |
| Modifier and Type | Method and Description |
|---|---|
static RequestTypeEnum |
RequestTypeEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
IRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders)
Returns the HTTP client instance.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RequestTypeEnum> |
MethodNotAllowedException.getAllowedMethods()
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(RequestTypeEnum... theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(Set<RequestTypeEnum> theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Constructor and Description |
|---|
MethodNotAllowedException(String theMessage,
IBaseOperationOutcome theOperationOutcome,
RequestTypeEnum... theAllowedMethods)
Constructor
|
MethodNotAllowedException(String theMessage,
RequestTypeEnum... theAllowedMethods)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
RequestTypeEnum |
BundleUtil.BundleEntryParts.getRequestType() |
Copyright © 2014–2019 University Health Network. All rights reserved.