Enum Class ObjectMetadataDataStore

java.lang.Object
java.lang.Enum<ObjectMetadataDataStore>
com.veeva.vault.sdk.api.data.ObjectMetadataDataStore
All Implemented Interfaces:
Serializable, Comparable<ObjectMetadataDataStore>, Constable

public enum ObjectMetadataDataStore extends Enum<ObjectMetadataDataStore>
Represents the data store type of an object.
  • Enum Constant Details

    • STANDARD

      public static final ObjectMetadataDataStore STANDARD
      Represents a standard volume object (SVO).
    • HIGH_VOLUME

      public static final ObjectMetadataDataStore HIGH_VOLUME
      Deprecated.
      as of 23R3.2, replaced by RAW
      Represents a high volume object (HVO).
    • RAW

      public static final ObjectMetadataDataStore RAW
      Represents a raw object, previously known as a high volume object (HVO).
  • Method Details

    • values

      public static ObjectMetadataDataStore[] 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 ObjectMetadataDataStore 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