public final class FhirStore
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FhirStore() |
| Modifier and Type | Method and Description |
|---|---|
FhirStore |
clone() |
Boolean |
getDisableReferentialIntegrity()
Whether to disable referential integrity in this FHIR store.
|
Boolean |
getDisableResourceVersioning()
Whether to disable resource versioning for this FHIR store.
|
Boolean |
getEnableHistoryImport()
Whether to allow the bulk import API to accept history bundles and directly insert historical
resource versions into the FHIR store.
|
Boolean |
getEnableUpdateCreate()
Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir
/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate).
|
Map<String,String> |
getLabels()
User-supplied key-value pairs used to organize FHIR stores.
|
String |
getName()
Output only.
|
NotificationConfig |
getNotificationConfig()
If non-empty, publish all resource modifications of this FHIR store to this destination.
|
FhirStore |
set(String fieldName,
Object value) |
FhirStore |
setDisableReferentialIntegrity(Boolean disableReferentialIntegrity)
Whether to disable referential integrity in this FHIR store.
|
FhirStore |
setDisableResourceVersioning(Boolean disableResourceVersioning)
Whether to disable resource versioning for this FHIR store.
|
FhirStore |
setEnableHistoryImport(Boolean enableHistoryImport)
Whether to allow the bulk import API to accept history bundles and directly insert historical
resource versions into the FHIR store.
|
FhirStore |
setEnableUpdateCreate(Boolean enableUpdateCreate)
Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir
/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate).
|
FhirStore |
setLabels(Map<String,String> labels)
User-supplied key-value pairs used to organize FHIR stores.
|
FhirStore |
setName(String name)
Output only.
|
FhirStore |
setNotificationConfig(NotificationConfig notificationConfig)
If non-empty, publish all resource modifications of this FHIR store to this destination.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getDisableReferentialIntegrity()
null for nonepublic FhirStore setDisableReferentialIntegrity(Boolean disableReferentialIntegrity)
disableReferentialIntegrity - disableReferentialIntegrity or null for nonepublic Boolean getDisableResourceVersioning()
null for nonepublic FhirStore setDisableResourceVersioning(Boolean disableResourceVersioning)
disableResourceVersioning - disableResourceVersioning or null for nonepublic Boolean getEnableHistoryImport()
null for nonepublic FhirStore setEnableHistoryImport(Boolean enableHistoryImport)
enableHistoryImport - enableHistoryImport or null for nonepublic Boolean getEnableUpdateCreate()
null for nonepublic FhirStore setEnableUpdateCreate(Boolean enableUpdateCreate)
enableUpdateCreate - enableUpdateCreate or null for nonepublic Map<String,String> getLabels()
null for nonepublic FhirStore setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getName()
null for nonepublic FhirStore setName(String name)
name - name or null for nonepublic NotificationConfig getNotificationConfig()
null for nonepublic FhirStore setNotificationConfig(NotificationConfig notificationConfig)
notificationConfig - notificationConfig or null for nonepublic FhirStore set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FhirStore clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.