Class BatchGetRequest

java.lang.Object
ai.vectros.resources.records.requests.BatchGetRequest

public final class BatchGetRequest extends Object
  • Method Details

    • getIds

      public Optional<List<String>> getIds()
      Returns:
      The record ids to fetch (maximum 100). Any id you cannot access — nonexistent or outside your account or token scope — is silently omitted from the response, so a missing id never reveals whether that record exists.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static BatchGetRequest.Builder builder()