Package io.weaviate.client.v1.misc.model
Enum ReplicationConfig.DeletionStrategy
java.lang.Object
java.lang.Enum<ReplicationConfig.DeletionStrategy>
io.weaviate.client.v1.misc.model.ReplicationConfig.DeletionStrategy
- All Implemented Interfaces:
Serializable,Comparable<ReplicationConfig.DeletionStrategy>
- Enclosing class:
- ReplicationConfig
public static enum ReplicationConfig.DeletionStrategy
extends Enum<ReplicationConfig.DeletionStrategy>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ReplicationConfig.DeletionStrategy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DELETE_ON_CONFLICT
@SerializedName("DeleteOnConflict") public static final ReplicationConfig.DeletionStrategy DELETE_ON_CONFLICT -
NO_AUTOMATED_RESOLUTION
@SerializedName("NoAutomatedResolution") public static final ReplicationConfig.DeletionStrategy NO_AUTOMATED_RESOLUTION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-