Class StartFromFactory

java.lang.Object
io.qdrant.client.StartFromFactory

public final class StartFromFactory extends Object
Convenience methods for constructing Points.StartFrom
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.qdrant.client.grpc.Points.StartFrom
    startFrom(float value)
    Creates a Points.StartFrom value from a float
    static io.qdrant.client.grpc.Points.StartFrom
    startFrom(int value)
    Creates a Points.StartFrom value from a int
    static io.qdrant.client.grpc.Points.StartFrom
    startFrom(com.google.protobuf.Timestamp value)
    Creates a Points.StartFrom value from a Timestamp
    static io.qdrant.client.grpc.Points.StartFrom
    Creates a Points.StartFrom value from a String timestamp
    static io.qdrant.client.grpc.Points.StartFrom
    Creates a Points.StartFrom value from a Timestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • startFrom

      public static io.qdrant.client.grpc.Points.StartFrom startFrom(float value)
      Creates a Points.StartFrom value from a float
      Parameters:
      value - The value
      Returns:
      a new instance of Points.StartFrom
    • startFrom

      public static io.qdrant.client.grpc.Points.StartFrom startFrom(int value)
      Creates a Points.StartFrom value from a int
      Parameters:
      value - The value
      Returns:
      a new instance of Points.StartFrom
    • startFrom

      public static io.qdrant.client.grpc.Points.StartFrom startFrom(String value)
      Creates a Points.StartFrom value from a String timestamp
      Parameters:
      value - The value
      Returns:
      a new instance of Points.StartFrom
    • startFrom

      public static io.qdrant.client.grpc.Points.StartFrom startFrom(com.google.protobuf.Timestamp value)
      Creates a Points.StartFrom value from a Timestamp
      Parameters:
      value - The value
      Returns:
      a new instance of Points.StartFrom
    • startFrom

      public static io.qdrant.client.grpc.Points.StartFrom startFrom(Instant value)
      Creates a Points.StartFrom value from a Timestamp
      Parameters:
      value - The value
      Returns:
      a new instance of Points.StartFrom