Class TBundleResponse

Unit

Declaration

type TBundleResponse = class(TBackboneElement)

Description

A container for a collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property status : string read Getstatus write Setstatus;
Public property statusElement : Tstring read GetstatusElement write SetstatusElement;
Public property location : string read Getlocation write Setlocation;
Public property locationElement : Turi read GetlocationElement write SetlocationElement;
Public property etag : string read Getetag write Setetag;
Public property etagElement : Tstring read GetetagElement write SetetagElement;
Public property lastModified : string read GetlastModified write SetlastModified;
Public property lastModifiedElement : Tinstant read GetlastModifiedElement write SetlastModifiedElement;
Public property outcome : TResource read Getoutcome write Setoutcome;

Description

Methods

Public constructor Create; override;
 

Properties

Public property status : string read Getstatus write Setstatus;

The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code.

Public property statusElement : Tstring read GetstatusElement write SetstatusElement;
 
Public property location : string read Getlocation write Setlocation;

The location header created by processing this operation, populated if the operation returns a location.

Public property locationElement : Turi read GetlocationElement write SetlocationElement;
 
Public property etag : string read Getetag write Setetag;

The Etag for the resource, if the operation for the entry produced a versioned resource (see [Resource Metadata and Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency)).

Public property etagElement : Tstring read GetetagElement write SetetagElement;
 
Public property lastModified : string read GetlastModified write SetlastModified;

The date/time that the resource was modified on the server.

Public property lastModifiedElement : Tinstant read GetlastModifiedElement write SetlastModifiedElement;
 
Public property outcome : TResource read Getoutcome write Setoutcome;

An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.


Generated by PasDoc 0.15.0.