Search
Preparing search index...
The search index is not available
@bitclave/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/models/services/HttpServiceCall"
HttpServiceCall
Class HttpServiceCall
Hierarchy
DeepCopy
<
HttpServiceCall
>
HttpServiceCall
Implements
ServiceCall
Index
Constructors
constructor
Properties
body
headers
http
Method
path
query
Params
service
Id
type
Methods
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Constructors
constructor
new
Http
Service
Call
(
serviceId
?:
string
, type
?:
ServiceCallType
, httpMethod
?:
HttpMethod
, path
?:
string
, queryParams
?:
Map
<
string
,
string
>
, headers
?:
Map
<
string
,
Array
<
string
>
>
, body
?:
object
)
:
HttpServiceCall
Parameters
Default value
serviceId:
string
= ""
Default value
type:
ServiceCallType
= ServiceCallType.UNDEFINED
Default value
httpMethod:
HttpMethod
= HttpMethod.Get
Default value
path:
string
= ""
Default value
queryParams:
Map
<
string
,
string
>
= new Map()
Default value
headers:
Map
<
string
,
Array
<
string
>
>
= new Map()
Optional
body:
object
Returns
HttpServiceCall
Properties
Optional
body
body
:
object
headers
headers
:
Map
<
string
,
Array
<
string
>
>
http
Method
http
Method
:
HttpMethod
path
path
:
string
query
Params
query
Params
:
Map
<
string
,
string
>
service
Id
service
Id
:
string
type
type
:
ServiceCallType
Methods
copy
copy
(
changeArgs
?:
JsonObject
<
HttpServiceCall
>
)
:
HttpServiceCall
Parameters
Optional
changeArgs:
JsonObject
<
HttpServiceCall
>
Returns
HttpServiceCall
Protected
deep
Copy
From
Json
deep
Copy
From
Json
(
)
:
HttpServiceCall
Returns
HttpServiceCall
Protected
get
Class
get
Class
(
)
:
ClassCreator
<
HttpServiceCall
>
Returns
ClassCreator
<
HttpServiceCall
>
to
Json
to
Json
(
)
:
object
Returns
object
Static
from
Json
from
Json
(
json
:
JsonObject
<
HttpServiceCall
>
)
:
HttpServiceCall
Parameters
json:
JsonObject
<
HttpServiceCall
>
Returns
HttpServiceCall
Globals
"repository/models/services/
Http
Service
Call"
Http
Service
Call
constructor
body
headers
http
Method
path
query
Params
service
Id
type
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Generated using
TypeDoc