Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new HttpServiceCall(serviceId?: string, type?: ServiceCallType, httpMethod?: HttpMethod, path?: string, queryParams?: Map<string, string>, headers?: Map<string, Array<string>>, body?: object): HttpServiceCall

Properties

Optional body

body: object

headers

headers: Map<string, Array<string>>

httpMethod

httpMethod: HttpMethod

path

path: string

queryParams

queryParams: Map<string, string>

serviceId

serviceId: string

type

Methods

copy

Protected deepCopyFromJson

Protected getClass

toJson

  • toJson(): object

Static fromJson

Generated using TypeDoc