Package com.veeva.vault.sdk.api.data
Enum Class ObjectMetadataDataStore
- All Implemented Interfaces:
Serializable,Comparable<ObjectMetadataDataStore>,Constable
Represents the data store type of an object.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Represents a raw object, previously known as a high volume object (HVO).Represents a standard volume object (SVO). -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectMetadataDataStoreReturns the enum constant of this class with the specified name.static ObjectMetadataDataStore[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STANDARD
Represents a standard volume object (SVO). -
HIGH_VOLUME
Deprecated.as of 23R3.2, replaced byRAWRepresents a high volume object (HVO). -
RAW
Represents a raw object, previously known as a high volume object (HVO).
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
RAW