Enum Class QdrantAction

java.lang.Object
java.lang.Enum<QdrantAction>
org.apache.camel.component.qdrant.QdrantAction
All Implemented Interfaces:
Serializable, Comparable<QdrantAction>, Constable

public enum QdrantAction extends Enum<QdrantAction>
  • Enum Constant Details

    • CREATE_COLLECTION

      public static final QdrantAction CREATE_COLLECTION
    • DELETE_COLLECTION

      public static final QdrantAction DELETE_COLLECTION
    • UPSERT

      public static final QdrantAction UPSERT
    • RETRIEVE

      public static final QdrantAction RETRIEVE
    • DELETE

      public static final QdrantAction DELETE
    • COLLECTION_INFO

      public static final QdrantAction COLLECTION_INFO
  • Method Details

    • values

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