Uses of Class
org.linuxforhealth.fhir.bucket.client.RequestOptions
-
Packages that use RequestOptions Package Description org.linuxforhealth.fhir.bucket.client -
-
Uses of RequestOptions in org.linuxforhealth.fhir.bucket.client
Methods in org.linuxforhealth.fhir.bucket.client that return RequestOptions Modifier and Type Method Description RequestOptions
RequestOptions.Builder. build()
Instantiate a RequestOptions instance using the current state of this builderMethods in org.linuxforhealth.fhir.bucket.client with parameters of type RequestOptions Modifier and Type Method Description FhirServerResponse
FHIRBucketClient. get(java.lang.String url, RequestOptions requestOptions)
Issue a GET request with request-specific headersFhirServerResponse
FHIRBucketClient. post(java.lang.String url, RequestOptions requestOptions, java.lang.String body)
Issue a POST request at the given url with request-specific headersFhirServerResponse
FHIRBucketClient. put(java.lang.String url, RequestOptions requestOptions, java.lang.String body)
Issue a PUT request with request-specific headers
-