Preparing search index...
The search index is not available
@odata/client
@odata/client
ParsedResponse
Interface ParsedResponse<T>
parsed mock batch response
interface
ParsedResponse
{
headers
:
{
[
key
:
string
]
:
string
;
}
;
json
:
(
(
)
=>
Promise
<
BatchPlainODataResponse
<
T
>
>
)
;
status
:
number
;
statusText
:
string
;
text
:
(
(
)
=>
Promise
<
string
>
)
;
}
Type Parameters
T
=
any
Index
Properties
headers
json
status
status
Text
text
Properties
headers
headers
:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
json
json
:
(
(
)
=>
Promise
<
BatchPlainODataResponse
<
T
>
>
)
Type declaration
(
)
:
Promise
<
BatchPlainODataResponse
<
T
>
>
Returns
Promise
<
BatchPlainODataResponse
<
T
>
>
status
status
:
number
status
Text
status
Text
:
string
text
text
:
(
(
)
=>
Promise
<
string
>
)
Type declaration
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
headers
json
status
status
Text
text
@odata/client
default
ExprOperator
EdmString
Guid
OData
ODataDateBase
ODataDateTime
ODataDateTimeOffset
ODataFilter
ODataValueObject
ParamBoundedFilter
RawString
SearchParams
SystemQueryOptions
BatchRequest
BatchRequestOptions
BatchRequestV4
Credential
ODataActionImportRequest
ODataActionRequest
ODataFunctionImportRequest
Loading...
Generated using
TypeDoc
parsed mock batch response