Uses of Class
software.xdev.brevo.model.Getrecords200Response
Packages that use Getrecords200Response
-
Uses of Getrecords200Response in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return Getrecords200ResponseModifier and TypeMethodDescriptionCustomObjectsApi.getrecords(String objectType, Long limit, Long pageNum, String sort, String association) Get the list of object records and total records count for an object.CustomObjectsApi.getrecords(String objectType, Long limit, Long pageNum, String sort, String association, Map<String, String> additionalHeaders) Get the list of object records and total records count for an object. -
Uses of Getrecords200Response in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return Getrecords200ResponseModifier and TypeMethodDescriptionGetrecords200Response.addRecordsItem(Getrecords200ResponseRecordsInner recordsItem) Getrecords200Response.records(List<Getrecords200ResponseRecordsInner> records)