Class TBundleEntry

Unit

Declaration

type TBundleEntry = class(TBackboneElement)

Description

A container for a collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property link : TBundleLinkArray read GetlinkArray;
Public property fullUrl : string read GetfullUrl write SetfullUrl;
Public property fullUrlElement : Turi read GetfullUrlElement write SetfullUrlElement;
Public property resource : TResource read Getresource write Setresource;
Public property search : TBundleSearch read Getsearch write Setsearch;
Public property request : TBundleRequest read Getrequest write Setrequest;
Public property response : TBundleResponse read Getresponse write Setresponse;

Description

Methods

Public constructor Create; override;
 

Properties

Public property link : TBundleLinkArray read GetlinkArray;

A series of links that provide context to this entry.

Public property fullUrl : string read GetfullUrl write SetfullUrl;

The Absolute URL for the resource. The fullUrl SHALL not disagree with the id in the resource. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that: * fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle) * Results from operations might involve resources that are not identified.

Public property fullUrlElement : Turi read GetfullUrlElement write SetfullUrlElement;
 
Public property resource : TResource read Getresource write Setresource;

The Resources for the entry.

Public property search : TBundleSearch read Getsearch write Setsearch;

Information about the search process that lead to the creation of this entry.

Public property request : TBundleRequest read Getrequest write Setrequest;

Additional information about how this entry should be processed as part of a transaction.

Public property response : TBundleResponse read Getresponse write Setresponse;

Additional information about how this entry should be processed as part of a transaction.


Generated by PasDoc 0.15.0.