Uses of Class
ai.vectros.resources.records.requests.GetRecordRequest
Packages that use GetRecordRequest
-
Uses of GetRecordRequest in ai.vectros.resources.records
Methods in ai.vectros.resources.records with parameters of type GetRecordRequestModifier and TypeMethodDescriptionAsyncRawRecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRawRecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response). -
Uses of GetRecordRequest in ai.vectros.resources.records.requests
Methods in ai.vectros.resources.records.requests that return GetRecordRequestMethods in ai.vectros.resources.records.requests with parameters of type GetRecordRequest