Enum Class FhirIO.Write.WriteMethod

java.lang.Object
java.lang.Enum<FhirIO.Write.WriteMethod>
org.apache.beam.sdk.io.gcp.healthcare.FhirIO.Write.WriteMethod
All Implemented Interfaces:
Serializable, Comparable<FhirIO.Write.WriteMethod>, Constable
Enclosing class:
FhirIO.Write

public static enum FhirIO.Write.WriteMethod extends Enum<FhirIO.Write.WriteMethod>
The enum Write method.
  • Enum Constant Details

    • EXECUTE_BUNDLE

      public static final FhirIO.Write.WriteMethod EXECUTE_BUNDLE
      Execute Bundle Method executes a batch of requests as a single transaction @see .
    • IMPORT

      public static final FhirIO.Write.WriteMethod IMPORT
      Import Method bulk imports resources from GCS. This is ideal for initial loads to empty FHIR stores. .
  • Method Details

    • values

      public static FhirIO.Write.WriteMethod[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FhirIO.Write.WriteMethod valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null