Uses of Class
model.DownloadInstrumentUpdateQueryParams
-
Packages that use DownloadInstrumentUpdateQueryParams Package Description api model -
-
Uses of DownloadInstrumentUpdateQueryParams in api
Methods in api with parameters of type DownloadInstrumentUpdateQueryParams Modifier and Type Method Description FileInstrumentUpdatesApi. download(String instrumentUpdatesId, DownloadInstrumentUpdateQueryParams downloadInstrumentUpdateQueryParams)Download Instrument Updates Fetch a previously created `instrument_updates` resource as a CSV. -
Uses of DownloadInstrumentUpdateQueryParams in model
Methods in model that return DownloadInstrumentUpdateQueryParams Modifier and Type Method Description DownloadInstrumentUpdateQueryParamsDownloadInstrumentUpdateQueryParams. format(String format)static DownloadInstrumentUpdateQueryParamsDownloadInstrumentUpdateQueryParams. fromJson(String jsonString)Create an instance of DownloadInstrumentUpdateQueryParams given an JSON string
-