@DefaultSchema(value=AutoValueSchema.class) public abstract class FhirBundleParameter extends java.lang.Object implements java.io.Serializable
| Constructor and Description | 
|---|
FhirBundleParameter()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.lang.String | 
getBundle()
FHIR R4 bundle resource object as a string. 
 | 
abstract java.lang.String | 
getMetadata()
String representing the metadata of the Bundle to be written. 
 | 
static FhirBundleParameter | 
of(java.lang.String bundle)  | 
static FhirBundleParameter | 
of(java.lang.String metadata,
  java.lang.String bundle)  | 
public abstract java.lang.String getMetadata()
public abstract java.lang.String getBundle()
@SchemaCreate public static FhirBundleParameter of(@Nullable java.lang.String metadata, java.lang.String bundle)
public static FhirBundleParameter of(java.lang.String bundle)