Uses of Class
com.ibm.fhir.bucket.client.RequestOptions
- 
Packages that use RequestOptions Package Description com.ibm.fhir.bucket.client  - 
- 
Uses of RequestOptions in com.ibm.fhir.bucket.client
Methods in com.ibm.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 com.ibm.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 
 -