Class HealthcareFhirResourceDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.HealthcareFhirResourceDeletedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of HealthcareFhirResourceDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the fhirResourceId property: Id of HL7 FHIR resource.Get the fhirResourceType property: Type of HL7 FHIR resource.Get the fhirResourceVersionId property: VersionId of HL7 FHIR resource.Get the fhirServiceHostName property: Domain name of FHIR account for this resource.setFhirResourceId(String fhirResourceId) Set the fhirResourceId property: Id of HL7 FHIR resource.setFhirResourceType(HealthcareFhirResourceType fhirResourceType) Set the fhirResourceType property: Type of HL7 FHIR resource.setFhirResourceVersionId(Long fhirResourceVersionId) Set the fhirResourceVersionId property: VersionId of HL7 FHIR resource.setFhirServiceHostName(String fhirServiceHostName) Set the fhirServiceHostName property: Domain name of FHIR account for this resource.
-
Constructor Details
-
HealthcareFhirResourceDeletedEventData
public HealthcareFhirResourceDeletedEventData()Creates an instance of HealthcareFhirResourceDeletedEventData class.
-
-
Method Details
-
getFhirResourceType
Get the fhirResourceType property: Type of HL7 FHIR resource.- Returns:
- the fhirResourceType value.
-
setFhirResourceType
public HealthcareFhirResourceDeletedEventData setFhirResourceType(HealthcareFhirResourceType fhirResourceType) Set the fhirResourceType property: Type of HL7 FHIR resource.- Parameters:
fhirResourceType- the fhirResourceType value to set.- Returns:
- the HealthcareFhirResourceDeletedEventData object itself.
-
getFhirServiceHostName
Get the fhirServiceHostName property: Domain name of FHIR account for this resource.- Returns:
- the fhirServiceHostName value.
-
setFhirServiceHostName
Set the fhirServiceHostName property: Domain name of FHIR account for this resource.- Parameters:
fhirServiceHostName- the fhirServiceHostName value to set.- Returns:
- the HealthcareFhirResourceDeletedEventData object itself.
-
getFhirResourceId
Get the fhirResourceId property: Id of HL7 FHIR resource.- Returns:
- the fhirResourceId value.
-
setFhirResourceId
Set the fhirResourceId property: Id of HL7 FHIR resource.- Parameters:
fhirResourceId- the fhirResourceId value to set.- Returns:
- the HealthcareFhirResourceDeletedEventData object itself.
-
getFhirResourceVersionId
Get the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).- Returns:
- the fhirResourceVersionId value.
-
setFhirResourceVersionId
Set the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).- Parameters:
fhirResourceVersionId- the fhirResourceVersionId value to set.- Returns:
- the HealthcareFhirResourceDeletedEventData object itself.
-