Uses of Class
ai.vectros.types.BatchGetResponse
Packages that use BatchGetResponse
-
Uses of BatchGetResponse in ai.vectros.resources.records
Methods in ai.vectros.resources.records that return BatchGetResponseModifier and TypeMethodDescriptionRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).RecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).RecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).Methods in ai.vectros.resources.records that return types with arguments of type BatchGetResponseModifier and TypeMethodDescriptionAsyncRawRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100). -
Uses of BatchGetResponse in ai.vectros.types
Methods in ai.vectros.types that return BatchGetResponseMethods in ai.vectros.types with parameters of type BatchGetResponse