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 RequestOptionsRequestOptions.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 FhirServerResponseFHIRBucketClient. get(java.lang.String url, RequestOptions requestOptions)Issue a GET request with request-specific headersFhirServerResponseFHIRBucketClient. post(java.lang.String url, RequestOptions requestOptions, java.lang.String body)Issue a POST request at the given url with request-specific headersFhirServerResponseFHIRBucketClient. put(java.lang.String url, RequestOptions requestOptions, java.lang.String body)Issue a PUT request with request-specific headers 
 -