public class CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch extends CloudHealthcareRequest<HttpBody>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
ConditionalPatch(String parent,
String type,
HttpBody content)
If a resource is found based on the search criteria specified in the query parameters, updates
part of that resource by applying the operations specified in a [JSON
Patch](http://jsonpatch.com/) document.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected ConditionalPatch(String parent, String type, HttpBody content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. ConditionalPatch#initialize(com.google.api.client.googleapis.services.Abs
tractGoogleClientRequest)
must be called to initialize this instance immediately after
invoking the constructor.
parent
- Required. The name of the FHIR store this resource belongs to.type
- Required. The FHIR resource type to update, such as Patient or Observation. For a complete list, see
the FHIR Resource Index
([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
[STU3](https://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
[R4](https://hl7.org/implement/standards/fhir/R4/resourcelist.html)).content
- the HttpBody
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch set$Xgafv(String $Xgafv)
CloudHealthcareRequest
set$Xgafv
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setAccessToken(String accessToken)
CloudHealthcareRequest
setAccessToken
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setAlt(String alt)
CloudHealthcareRequest
setAlt
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setCallback(String callback)
CloudHealthcareRequest
setCallback
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setFields(String fields)
CloudHealthcareRequest
setFields
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setKey(String key)
CloudHealthcareRequest
setKey
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setOauthToken(String oauthToken)
CloudHealthcareRequest
setOauthToken
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setPrettyPrint(Boolean prettyPrint)
CloudHealthcareRequest
setPrettyPrint
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setQuotaUser(String quotaUser)
CloudHealthcareRequest
setQuotaUser
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setUploadType(String uploadType)
CloudHealthcareRequest
setUploadType
in class CloudHealthcareRequest<HttpBody>
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setUploadProtocol(String uploadProtocol)
CloudHealthcareRequest
setUploadProtocol
in class CloudHealthcareRequest<HttpBody>
public String getParent()
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setParent(String parent)
public String getType()
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch setType(String type)
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir.ConditionalPatch set(String parameterName, Object value)
set
in class CloudHealthcareRequest<HttpBody>
Copyright © 2011–2024 Google. All rights reserved.