REST.Client.TCustomRESTClient.GetEntityList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEntityList<T: class, constructor>(const AResource: string): TObjectList<T>;

C++

template<typename T> System::Generics::Collections::TObjectList__1<T>* __fastcall GetEntityList(const System::UnicodeString AResource);

Properties

Type Visibility Source Unit Parent
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Sends a GET request and tries to map the result to a List of instances class <T>