Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TPathItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpopenapi.objects.pp line 503

type TPathItem = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  function GetOperation();

  property Ref: string; [rw]

  property Summary: string; [rw]

  property Description: string; [rw]

  property Get: TApiOperation; [rw]

  property Put: TApiOperation; [rw]

  property Post: TApiOperation; [rw]

  property Delete: TApiOperation; [rw]

  property Options: TApiOperation; [rw]

  property Head: TApiOperation; [rw]

  property Patch: TApiOperation; [rw]

  property Trace: TApiOperation; [rw]

  property Servers: TServerList; [rw]

  property Parameters: TParameterOrReferenceList; [rw]

end;

Inheritance

TPathItem

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25