Interface FhirWebserviceClient
- All Superinterfaces:
BasicFhirWebserviceClient, PreferReturnResource, RetryClient<BasicFhirWebserviceClient>
public interface FhirWebserviceClient
extends BasicFhirWebserviceClient, RetryClient<BasicFhirWebserviceClient>
-
Field Summary
Fields inherited from interface RetryClient
FIVE_SECONDS, RETRY_FOREVER, RETRY_ONCE -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface BasicFhirWebserviceClient
delete, deleteConditionaly, deletePermanently, exists, exists, exists, generateSnapshot, generateSnapshot, getConformance, history, history, history, history, history, history, read, read, read, read, read, readBinary, readBinary, search, searchWithStrictHandlingMethods inherited from interface PreferReturnResource
create, createBinary, createConditionaly, postBundle, update, updateBinary, updateConditionalyMethods inherited from interface RetryClient
withRetry, withRetry, withRetry, withRetry, withRetryForever
-
Method Details
-
getBaseUrl
String getBaseUrl() -
withOperationOutcomeReturn
PreferReturnOutcomeWithRetry withOperationOutcomeReturn() -
withMinimalReturn
PreferReturnMinimalWithRetry withMinimalReturn()
-