@DefaultSchema(value=AutoValueSchema.class) public abstract class FhirBundleResponse extends java.lang.Object implements java.io.Serializable
| Constructor and Description | 
|---|
| FhirBundleResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract FhirBundleParameter | getFhirBundleParameter()FhirBundleParameter represents a FHIR bundle in JSON format to be executed on a FHIR store. | 
| abstract java.lang.String | getResponse()HTTP response from the FHIR store after attempting to write the Bundle method. | 
| static FhirBundleResponse | of(FhirBundleParameter fhirBundleParameter,
  java.lang.String response) | 
public abstract FhirBundleParameter getFhirBundleParameter()
public abstract java.lang.String getResponse()
@SchemaCreate public static FhirBundleResponse of(FhirBundleParameter fhirBundleParameter, @Nullable java.lang.String response)